Searched refs:realpath (Results 76 - 100 of 212) sorted by relevance

123456789

/external/chromium_org/tools/gyp/test/module/src/
H A Dprogram.c102 if (!realpath(argv[0], bin_path)) {
/external/chromium_org/tools/ipc_fuzzer/
H A Dplay_testcase.py40 script_path = os.path.realpath(__file__)
H A Dremove_close_messages.py39 script_path = os.path.realpath(__file__)
/external/chromium_org/tools/tcmalloc/
H A Dprint-live-objects.py58 filename = os.path.realpath(filename)[len(cwd)+1:]
/external/chromium_org/native_client_sdk/src/tools/
H A Dgetos.py118 return os.path.realpath(chrome_path)
124 return os.path.realpath(chrome_path)
129 return os.path.realpath(chrome_path)
H A Dcreate_nmf.py95 NOTE: This function uses os.path.realpath to create a canonical path for
98 real_path = os.path.realpath(path)
99 real_start = os.path.realpath(start)
112 real_dirname = os.path.realpath(dirname)
113 real_filename = os.path.realpath(filename)
320 if (os.path.normcase(os.path.realpath(source)) ==
321 os.path.normcase(os.path.realpath(destination))):
/external/llvm/utils/lit/lit/
H A Ddiscovery.py49 source_root = os.path.realpath(cfg.test_source_root or path)
50 exec_root = os.path.realpath(cfg.test_exec_root or path)
61 item = os.path.realpath(item)
/external/chromium_org/build/
H A Dgyp_chromium20 script_dir = os.path.dirname(os.path.realpath(__file__))
174 specified_includes.add(os.path.realpath(arg[2:]))
178 if os.path.realpath(path) not in specified_includes:
H A Dlandmines.py30 SRC_DIR = os.path.dirname(os.path.dirname(os.path.realpath(__file__)))
/external/compiler-rt/lib/tsan/dd/
H A Ddd_interceptors.cc229 INTERCEPTOR(char*, realpath, const char *path, char *resolved_path) {
231 return REAL(realpath)(path, resolved_path);
326 INTERCEPT_FUNCTION(realpath);
/external/lldb/test/unittest2/
H A Dloader.py265 realpath = os.path.splitext(mod_file)[0]
267 if realpath.lower() != fullpath_noext.lower():
268 module_dir = os.path.dirname(realpath)
/external/oprofile/daemon/
H A Doprofiled.c290 if (!realpath(name, elt->name)) {
425 if (realpath(vmlinux, tmp))
453 if (realpath(xenimage, tmp))
/external/chromium_org/third_party/WebKit/Source/bindings/scripts/
H A Dcompute_interfaces_info_individual.py115 full_path = os.path.realpath(idl_filename)
H A Dutilities.py31 path = os.path.dirname(os.path.realpath(idl_filename))
73 file_names = sorted([os.path.realpath(line.rstrip('\n'))
/external/chromium_org/third_party/skia/tools/
H A Djsondiff.py36 GM_DIRECTORY = os.path.realpath(
/external/chromium_org/third_party/webrtc/build/
H A Dgyp_webrtc19 script_dir = os.path.dirname(os.path.realpath(__file__))
/external/chromium_org/tools/export_tarball/
H A Dexport_v8_tarball.py59 return os.path.realpath(
/external/chromium_org/tools/ipc_fuzzer/mutate/
H A Dcf_package_builder.py35 script_path = os.path.realpath(__file__)
/external/chromium_org/tools/protoc_wrapper/
H A Dprotoc_wrapper.py52 real_scan_root = os.path.realpath(scan_root)
/external/chromium_org/v8/build/
H A Dlandmines.py28 SRC_DIR = os.path.dirname(os.path.dirname(os.path.realpath(__file__)))
/external/chromium_org/v8/tools/push-to-trunk/
H A Dauto_push.py53 settings_file = os.path.realpath(self.Config("SETTINGS_LOCATION"))
/external/skia/gm/rebaseline_server/
H A Dbase_unittest.py19 PARENT_DIR = os.path.dirname(os.path.realpath(__file__))
/external/skia/tools/
H A Dgen_bench_expectations_from_codereview.py21 CHECKOUT_PATH = os.path.realpath(os.path.join(
H A Djsondiff.py36 GM_DIRECTORY = os.path.realpath(
/external/chromium_org/remoting/webapp/
H A Dbuild-webapp.py125 targetname = os.path.relpath(os.path.realpath(current_file),
126 os.path.realpath(destination_file))

Completed in 923 milliseconds

123456789