Searched defs:abspath (Results 1 - 7 of 7) sorted by relevance

/external/v8/tools/
H A Dtest-wrapper-gypbuild.py38 from os.path import join, dirname, abspath namespace
215 workspace = abspath(join(dirname(sys.argv[0]), '..'))
H A Dpresubmit.py40 from os.path import abspath, join, dirname, basename, exists namespace
368 workspace = abspath(join(dirname(sys.argv[0]), '..'))
H A Dtest.py34 from os.path import join, dirname, abspath, basename, isdir, exists namespace
611 normalized_path = abspath(path)
1425 workspace = abspath(join(dirname(sys.argv[0]), '..'))
1448 shell = abspath(options.shell)
/external/linux-tools-perf/config/
H A Dutilities.mak168 get-executable = $(if $(1),$(if $(is-absolute),$(_ge-abspath),$(lookup)))
169 _ge-abspath = $(if $(is-executable),$(1))
/external/webkit/Tools/Scripts/webkitpy/common/system/
H A Dfilesystem.py57 def abspath(self, path): member in class:FileSystem
58 return os.path.abspath(path)
H A Dfilesystem_mock.py65 def abspath(self, path): member in class:MockFileSystem
68 return self.abspath(self.join(self.cwd, path))
261 return ospath.relpath(path, start, self.abspath, self.sep)
/external/compiler-rt/lib/msan/
H A Dmsan_interceptors.cc584 INTERCEPTOR(char *, realpath, char *path, char *abspath) { argument
586 char *res = REAL(realpath)(path, abspath);
588 __msan_unpoison(abspath, REAL(strlen)(abspath) + 1);

Completed in 7317 milliseconds