Searched defs:abspath (Results 1 - 6 of 6) 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)

Completed in 335 milliseconds