Searched refs:epath (Results 1 – 5 of 5) sorted by relevance
/third_party/iowow/src/platform/unix/ |
D | unix.c | 339 char epath[MAXPATHLEN]; in iwp_exec_path() local 340 memset(epath, 0, sizeof(epath)); in iwp_exec_path() 343 if (readlink(path, epath, MAXPATHLEN - 1) == -1) { in iwp_exec_path() 346 strncpy(opath, epath, MAXPATHLEN); in iwp_exec_path()
|
/third_party/skia/experimental/tools/ |
D | pdf-comparison.py | 262 cpath, epath = (os.path.join(x, path) for x in (con, exp)) 263 if is_same(cpath, epath): 264 remove(cpath, epath) 298 cpath, epath = (os.path.join(x, path) for x in (con, exp)) 299 s = float(subprocess.check_output([image_diff_metric, cpath, epath]))
|
/third_party/popt/src/ |
D | poptconfig.c | 57 static int poptGlob_error(UNUSED(const char * epath), in poptGlob_error() argument
|
/third_party/libxml2/ |
D | testrecurse.c | 73 ATTRIBUTE_UNUSED int errfunc(const char *epath, int eerrno), in glob() argument
|
D | runtest.c | 125 ATTRIBUTE_UNUSED int errfunc(const char *epath, int eerrno), in glob() argument
|