Home
last modified time | relevance | path

Searched refs:linetokens (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/yocto/poky/meta/lib/
H A Dbuildstats.py72 def _diskstats_is_relevant_line(self, linetokens): argument
73 if len(linetokens) != 14:
75 disk = linetokens[2]
/OK3568_Linux_fs/yocto/poky/scripts/pybootchartgui/pybootchartgui/
H A Dparsing.py460 def is_relevant_line(linetokens): argument
461 if len(linetokens) != 14:
463 disk = linetokens[2]
470 …relevant_tokens = [linetokens for linetokens in map (lambda x: x.split(),lines) if is_relevant_lin…