Home
last modified time | relevance | path

Searched refs:epath (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/external/rk_pcba_test/pcba_minui/minzip/
H A DZip.c901 char *epath = helper->buf + helper->targetDirLen; in targetEntryPath() local
902 memcpy(epath, pEntry->fileName + helper->zipDirLen, in targetEntryPath()
904 epath += pEntry->fileNameLen - helper->zipDirLen; in targetEntryPath()
905 *epath = '\0'; in targetEntryPath()
/OK3568_Linux_fs/external/recovery/minzip/
H A DZip.c900 char *epath = helper->buf + helper->targetDirLen; in targetEntryPath() local
901 memcpy(epath, pEntry->fileName + helper->zipDirLen, in targetEntryPath()
903 epath += pEntry->fileNameLen - helper->zipDirLen; in targetEntryPath()
904 *epath = '\0'; in targetEntryPath()
/OK3568_Linux_fs/yocto/poky/meta/lib/oe/
H A Dbuildhistory_analysis.py713 for epath in exclude_path:
714 if fchg.path.startswith(epath):
/OK3568_Linux_fs/kernel/tools/power/pm-graph/
H A Dsleepgraph.py116 epath = '/sys/kernel/debug/tracing/events/power/' variable in SystemValues
5824 if not os.path.exists(sysvals.epath+e):