Home
last modified time | relevance | path

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

/third_party/iowow/src/platform/unix/
Dunix.c339 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/
Dpdf-comparison.py262 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/
Dpoptconfig.c57 static int poptGlob_error(UNUSED(const char * epath), in poptGlob_error() argument
/third_party/libxml2/
Dtestrecurse.c73 ATTRIBUTE_UNUSED int errfunc(const char *epath, int eerrno), in glob() argument
Druntest.c125 ATTRIBUTE_UNUSED int errfunc(const char *epath, int eerrno), in glob() argument