Searched refs:epath (Results 1 – 4 of 4) sorted by relevance
901 char *epath = helper->buf + helper->targetDirLen; in targetEntryPath() local902 memcpy(epath, pEntry->fileName + helper->zipDirLen, in targetEntryPath()904 epath += pEntry->fileNameLen - helper->zipDirLen; in targetEntryPath()905 *epath = '\0'; in targetEntryPath()
900 char *epath = helper->buf + helper->targetDirLen; in targetEntryPath() local901 memcpy(epath, pEntry->fileName + helper->zipDirLen, in targetEntryPath()903 epath += pEntry->fileNameLen - helper->zipDirLen; in targetEntryPath()904 *epath = '\0'; in targetEntryPath()
713 for epath in exclude_path:714 if fchg.path.startswith(epath):
116 epath = '/sys/kernel/debug/tracing/events/power/' variable in SystemValues5824 if not os.path.exists(sysvals.epath+e):