Searched refs:abspath (Results 1 - 25 of 1996) sorted by relevance

1234567891011>>

/external/chromium_org/build/
H A Dgyp_chromium.py17 path = os.path.abspath(os.path.split(__file__)[0])
H A Dinverse_depth.py12 return os.path.relpath(os.getcwd(), os.path.abspath(depth))
/external/chromium_org/third_party/libyuv/
H A Dgyp_libyuv.py27 path = os.path.abspath(os.path.split(__file__)[0])
/external/chromium_org/third_party/skia/
H A Dgyp_skia.py17 path = os.path.abspath(os.path.split(__file__)[0])
/external/chromium_org/third_party/webrtc/build/
H A Dgyp_webrtc.py23 path = os.path.abspath(os.path.split(__file__)[0])
/external/chromium_org/v8/build/
H A Dgyp_v8.py40 path = os.path.abspath(os.path.split(__file__)[0])
/external/skia/
H A Dgyp_skia.py17 path = os.path.abspath(os.path.split(__file__)[0])
/external/chromium_org/chrome/common/extensions/docs/server2/
H A Dappengine_main.py12 if os.path.abspath(SERVER_PATH) not in sys.path:
13 sys.path.append(os.path.abspath(SERVER_PATH))
/external/chromium_org/tools/gyp/test/home_dot_gyp/
H A Dgyptest-home-includes-config-env.py17 os.environ['HOME'] = os.path.abspath('home')
18 os.environ['GYP_CONFIG_DIR'] = os.path.join(os.path.abspath('home2'),
/external/chromium_org/third_party/libaddressinput/chromium/tools/
H A Dupdate-strings.py26 from_file = os.path.abspath(os.path.join(
28 to_file = os.path.abspath(os.path.join(
/external/chromium_org/tools/chrome_proxy/integration_tests/chrome_proxy_pagesets/
H A D__init__.py14 start_dir = os.path.dirname(os.path.abspath(__file__))
15 top_level_dir = os.path.abspath(os.path.join(start_dir, os.pardir, os.pardir))
/external/chromium_org/tools/memory_inspector/memory_inspector/
H A D__init__.py9 ROOT_DIR = os.path.abspath(os.path.join(os.path.dirname(__file__), os.pardir))
21 chromium_dir = os.path.abspath(os.path.join(ROOT_DIR, os.pardir, os.pardir))
/external/llvm/bindings/python/llvm/tests/
H A Dbase.py35 return os.path.join(os.path.dirname(os.path.abspath(__file__)), "test_file")
38 return os.path.join(os.path.dirname(os.path.abspath(__file__)), "test.bc")
/external/chromium_org/build/android/pylib/
H A Dpexpect.py10 os.path.abspath(os.path.dirname(__file__)), '..', '..', '..')
/external/chromium_org/chrome/test/chromeos/autotest/files/client/deps/chrome_test/
H A Dcommon.py7 client_dir = os.path.abspath(os.path.join(dirname, "../../"))
/external/chromium_org/chrome/test/chromeos/autotest/files/client/deps/page_cycler_dep/
H A Dcommon.py7 client_dir = os.path.abspath(os.path.join(dirname, "../../"))
/external/chromium_org/chrome/test/chromeos/autotest/files/client/deps/perf_data_dep/
H A Dcommon.py7 client_dir = os.path.abspath(os.path.join(dirname, "../../"))
/external/chromium_org/chrome/test/chromeos/autotest/files/client/deps/pyauto_dep/
H A Dcommon.py7 client_dir = os.path.abspath(os.path.join(dirname, "../../"))
/external/chromium_org/chrome/test/chromeos/autotest/files/client/deps/telemetry_dep/
H A Dcommon.py7 client_dir = os.path.abspath(os.path.join(dirname, "../../"))
/external/chromium_org/content/test/gpu/gpu_tests/
H A D__init__.py12 absolute_telemetry_path = os.path.abspath(telemetry_path)
/external/chromium_org/mojo/public/tools/bindings/pylib/mojom_tests/support/
H A Drun_bindings_generator.py11 out_dir = os.path.abspath(out_dir)
12 root_dir = os.path.abspath(root_dir)
13 mojom_file = os.path.abspath(mojom_file)
22 this_dir = os.path.dirname(os.path.abspath(__file__))
/external/chromium_org/mojo/spy/ui/
H A Dspy_project.py13 spy_path = os.path.abspath(os.path.join(os.path.dirname(__file__),
H A Dspy_shell_to_html10 top_dir = os.path.abspath(os.path.join(os.path.dirname(__file__), '..'))
H A Dtvcm_stub.py8 _CHROME_PATH = os.path.abspath(os.path.join(os.path.dirname(__file__),
/external/chromium_org/native_client_sdk/src/doc/
H A Dconf.py21 sys.path.insert(0, os.path.abspath('_sphinxext'))

Completed in 8302 milliseconds

1234567891011>>