Searched refs:realpath (Results 101 - 125 of 212) sorted by relevance

123456789

/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/system/
H A Dfilesystem.py53 def realpath(self, path): member in class:FileSystem
54 return os.path.realpath(path)
/external/lldb/utils/vim-lldb/python-vim-lldb/
H A Dvim_ui.py12 a = os.path.realpath(a)
13 b = os.path.realpath(b)
/external/owasp/sanitizer/tools/
H A Dcut_release.py23 trunk_directory_path = os.path.realpath(os.path.join(
26 maven_directory_path = os.path.realpath(os.path.join(
/external/skia/gm/rebaseline_server/
H A Dserver.py68 PARENT_DIRECTORY = os.path.dirname(os.path.realpath(__file__))
488 static_dir = os.path.realpath(os.path.join(
490 full_path = os.path.realpath(os.path.join(static_dir, path))
H A Dresults.py50 PARENT_DIRECTORY = os.path.dirname(os.path.realpath(__file__))
/external/antlr/antlr-3.4/runtime/Python/
H A Dez_setup.py145 return os.path.realpath(saveto)
/external/chromium_org/ppapi/generators/
H A Didl_outfile.py95 filename = os.path.realpath(self.filename)
/external/chromium_org/third_party/WebKit/Source/bindings/scripts/
H A Dgenerate_global_constructors.py71 full_path = os.path.realpath(idl_filename)
H A Didl_compiler.py64 idl_filename = os.path.realpath(args[0])
/external/chromium_org/third_party/protobuf/python/
H A Dez_setup.py171 return os.path.realpath(saveto)
/external/chromium_org/third_party/skia/tools/
H A Dgen_bench_expectations_from_codereview.py25 CHECKOUT_PATH = os.path.realpath(os.path.join(
H A Dtest_gpuveto.py19 os.path.join(os.path.dirname(os.path.realpath(__file__)), os.pardir))
/external/chromium_org/third_party/skia/tools/skpdiff/
H A Dskpdiff_util.cpp193 if (realpath(path.c_str(), fullPath.writable_str()) == NULL) {
/external/chromium_org/tools/cr/cr/base/
H A Dclient.py77 return os.path.realpath(os.path.join(path, CLIENT_CONFIG_FILE))
/external/chromium_org/tools/json_to_struct/
H A Djson_to_struct.py55 _script_path = os.path.realpath(__file__)
/external/chromium_org/tools/telemetry/telemetry/page/
H A D__init__.py167 file_path = os.path.realpath(self.file_path)
/external/deqp/android/scripts/
H A Dcommon.py147 ANDROID_DIR = os.path.realpath(os.path.join(os.path.dirname(os.path.abspath(__file__)), ".."))
/external/deqp/external/
H A Dfetch_sources.py11 EXTERNAL_DIR = os.path.realpath(os.path.normpath(os.path.dirname(__file__)))
/external/deqp/scripts/
H A Drun_internal_tests.py42 execute(["cmake", os.path.realpath(config.srcPath)] + config.genParams, workDir = config.buildPath)
/external/oprofile/daemon/liblegacy/
H A Dopd_parse_proc.c113 if (!realpath(exe_name, image_name))
/external/oprofile/libutil++/
H A Dfile_manip.cpp103 if (!realpath(name.c_str(), tmp))
/external/protobuf/python/
H A Dez_setup.py163 return os.path.realpath(saveto)
/external/skia/tools/skpdiff/
H A Dskpdiff_util.cpp193 if (realpath(path.c_str(), fullPath.writable_str()) == NULL) {
/external/skia/tools/
H A Dtest_gpuveto.py19 os.path.join(os.path.dirname(os.path.realpath(__file__)), os.pardir))
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/tools/
H A Djsbundler.py39 _SCRIPT_DIR = os.path.realpath(os.path.dirname(__file__))
40 _CHROME_SOURCE = os.path.realpath(

Completed in 680 milliseconds

123456789