Searched refs:realpath (Results 126 - 150 of 212) sorted by relevance

123456789

/external/chromium_org/third_party/skia/gm/rebaseline_server/
H A Dserver.py81 PARENT_DIRECTORY = os.path.dirname(os.path.realpath(__file__))
672 static_dir = os.path.realpath(os.path.join(
674 full_path = os.path.realpath(os.path.join(static_dir, path))
H A Dresults.py57 PARENT_DIRECTORY = os.path.dirname(os.path.realpath(__file__))
/external/chromium_org/native_client_sdk/src/tools/
H A Dcommon.mk154 NACL_SDK_ROOT ?= $(realpath $(dir $(THIS_MAKEFILE))/..)
172 LOCAL_ROOT := $(realpath $(dir $(THIS_MAKEFILE))/..)
174 ifneq ($(realpath $(NACL_SDK_ROOT)), $(realpath $(LOCAL_ROOT)))
/external/chromium_org/tools/gyp/pylib/gyp/
H A Dcommon.py140 path = os.path.realpath(path)
141 relative_to = os.path.realpath(relative_to)
/external/chromium_org/tools/telemetry/telemetry/
H A Dtest_runner.py35 args.positional_args.append(os.path.realpath(main_module.__file__))
299 base_cmd = [sys.executable, os.path.realpath(sys.argv[0]),
/external/chromium_org/build/android/pylib/
H A Dandroid_commands_unittest.py74 self.host_data_dir = os.path.realpath('test_push_data')
76 self.ac.RunShellCommand('realpath %s' %
/external/chromium_org/build/
H A Dvs_toolchain.py13 script_dir = os.path.dirname(os.path.realpath(__file__))
/external/chromium_org/third_party/WebKit/Source/bindings/scripts/
H A Dcode_generator_v8.py59 module_path, module_filename = os.path.split(os.path.realpath(__file__))
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/bindings/
H A Dmain.py246 os.path.realpath(
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/
H A Dfiles.py20 return os.path.normcase(os.path.abspath(os.path.realpath(filename)))
/external/chromium_org/third_party/skia/tools/
H A Dsvndiff.py41 GM_DIRECTORY = os.path.realpath(
/external/chromium_org/tools/clang/plugins/
H A DChromeClassTester.cpp271 if (realpath(filename.c_str(), resolvedPath)) {
/external/chromium_org/tools/clang/scripts/
H A Drun_tool.py282 os.path.dirname(os.path.realpath(__file__)),
/external/chromium_org/tools/find_runtime_symbols/
H A Dprepare_symbol_info.py105 matched = re.match('^/proc/(.*)/maps$', os.path.realpath(maps_path))
/external/chromium_org/tools/telemetry/telemetry/core/
H A Dbrowser.py276 paths = set(os.path.realpath(p) for p in paths)
/external/chromium_org/tools/telemetry/telemetry/core/platform/
H A D__init__.py68 platform_dir = os.path.dirname(os.path.realpath(__file__))
/external/lldb/examples/python/
H A Dmemory.py29 lldb_python_dirs.append(os.path.realpath(xcode_dir + '/../SharedFrameworks/LLDB.framework/Resources/Python'))
H A Dtypes.py30 lldb_python_dirs.append(os.path.realpath(xcode_dir + '/../SharedFrameworks/LLDB.framework/Resources/Python'))
H A Dprocess_events.py31 lldb_python_dirs.append(os.path.realpath(xcode_dir + '/../SharedFrameworks/LLDB.framework/Resources/Python'))
/external/qemu/
H A Dos-posix.c128 p = realpath(argv0, buf);
/external/skia/gm/rebaseline_server/
H A Dimagediffdb.py30 os.path.dirname(os.path.realpath(__file__)), os.pardir, os.pardir,
/external/skia/tools/
H A Dsvndiff.py41 GM_DIRECTORY = os.path.realpath(
/external/strace/
H A Dpathtrace.c134 rpath = realpath(path, NULL);
139 /* if realpath and specified path are same, we're done */
/external/chromium_org/build/android/pylib/base/
H A Dtest_dispatcher_unittest.py13 sys.path.append(os.path.join(os.path.dirname(os.path.realpath(__file__)),
/external/chromium_org/third_party/WebKit/
H A DPRESUBMIT.py191 sys.path = sys.path + [input_api.os_path.realpath(input_api.os_path.join(

Completed in 7260 milliseconds

123456789