Searched refs:path (Results 176 - 200 of 8394) sorted by relevance

1234567891011>>

/external/autotest/site_utils/rpm_control_system/
H A Dcommon.py2 dirname = os.path.dirname(sys.modules[__name__].__file__)
3 autotest_dir = os.path.abspath(os.path.join(dirname, "..", ".."))
4 client_dir = os.path.join(autotest_dir, "client")
5 sys.path.insert(0, client_dir)
7 sys.path.pop(0)
/external/autotest/site_utils/stable_images/
H A Dcommon.py2 dirname = os.path.dirname(sys.modules[__name__].__file__)
3 autotest_dir = os.path.abspath(os.path.join(dirname, os.pardir, os.pardir))
4 client_dir = os.path.join(autotest_dir, 'client')
5 sys.path.insert(0, client_dir)
7 sys.path.pop(0)
/external/autotest/site_utils/stats/
H A Dcommon.py2 dirname = os.path.dirname(sys.modules[__name__].__file__)
3 autotest_dir = os.path.abspath(os.path.join(dirname, os.pardir, os.pardir))
4 client_dir = os.path.join(autotest_dir, 'client')
5 sys.path.insert(0, client_dir)
7 sys.path.pop(0)
/external/autotest/skylab_migration/venv/
H A Dcommon.py2 dirname = os.path.dirname(sys.modules[__name__].__file__)
3 autotest_dir = os.path.abspath(os.path.join(dirname, "../.."))
4 client_dir = os.path.join(autotest_dir, "client")
5 sys.path.insert(0, client_dir)
7 sys.path.pop(0)
/external/autotest/tko/
H A Dcommon.py2 dirname = os.path.dirname(sys.modules[__name__].__file__)
3 autotest_dir = os.path.abspath(os.path.join(dirname, ".."))
4 client_dir = os.path.join(autotest_dir, "client")
5 sys.path.insert(0, client_dir)
7 sys.path.pop(0)
/external/autotest/tko/migrations/
H A Dcommon.py2 dirname = os.path.dirname(sys.modules[__name__].__file__)
3 autotest_dir = os.path.abspath(os.path.join(dirname, "..", '..'))
4 client_dir = os.path.join(autotest_dir, "client")
5 sys.path.insert(0, client_dir)
7 sys.path.pop(0)
/external/autotest/tko/parsers/
H A Dcommon.py2 dirname = os.path.dirname(sys.modules[__name__].__file__)
3 autotest_dir = os.path.abspath(os.path.join(dirname, "..", ".."))
4 client_dir = os.path.join(autotest_dir, "client")
5 sys.path.insert(0, client_dir)
7 sys.path.pop(0)
/external/autotest/tko/parsers/test/
H A Dcommon.py2 dirname = os.path.dirname(sys.modules[__name__].__file__)
3 autotest_dir = os.path.abspath(os.path.join(dirname, "..", "..", ".."))
4 client_dir = os.path.join(autotest_dir, "client")
5 sys.path.insert(0, client_dir)
7 sys.path.pop(0)
/external/autotest/tko/parsers/test/templates/
H A Dscenario_package_common.py3 dirname = os.path.dirname(sys.modules[__name__].__file__)
4 autotest_dir = os.path.abspath(os.path.join(dirname, "..", "..", "..", ".."))
5 client_dir = os.path.join(autotest_dir, "client")
6 sys.path.insert(0, client_dir)
8 sys.path.pop(0)
/external/autotest/tko/perf_upload/
H A Dcommon.py2 dirname = os.path.dirname(sys.modules[__name__].__file__)
3 autotest_dir = os.path.abspath(os.path.join(dirname, '..', '..'))
4 client_dir = os.path.join(autotest_dir, 'client')
5 sys.path.insert(0, client_dir)
7 sys.path.pop(0)
/external/autotest/utils/
H A Dcommon.py2 dirname = os.path.dirname(sys.modules[__name__].__file__)
3 autotest_dir = os.path.abspath(os.path.join(dirname, ".."))
4 client_dir = os.path.join(autotest_dir, "client")
5 sys.path.insert(0, client_dir)
7 sys.path.pop(0)
/external/autotest/utils/modelviz/
H A Dcommon.py2 dirname = os.path.dirname(sys.modules[__name__].__file__)
3 autotest_dir = os.path.abspath(os.path.join(dirname, "..", ".."))
4 client_dir = os.path.join(autotest_dir, "client")
5 sys.path.insert(0, client_dir)
7 sys.path.pop(0)
/external/skia/infra/bots/assets/android_ndk_darwin/
H A Dcommon.py15 FILE_DIR = os.path.dirname(os.path.abspath(__file__))
16 INFRA_BOTS_DIR = os.path.realpath(os.path.join(FILE_DIR, os.pardir, os.pardir))
18 sys.path.insert(0, INFRA_BOTS_DIR)
21 ASSET_NAME = os.path.basename(FILE_DIR)
/external/skia/infra/bots/assets/android_ndk_linux/
H A Dcommon.py15 FILE_DIR = os.path.dirname(os.path.abspath(__file__))
16 INFRA_BOTS_DIR = os.path.realpath(os.path.join(FILE_DIR, os.pardir, os.pardir))
18 sys.path.insert(0, INFRA_BOTS_DIR)
21 ASSET_NAME = os.path.basename(FILE_DIR)
/external/skia/infra/bots/assets/android_ndk_windows/
H A Dcommon.py15 FILE_DIR = os.path.dirname(os.path.abspath(__file__))
16 INFRA_BOTS_DIR = os.path.realpath(os.path.join(FILE_DIR, os.pardir, os.pardir))
18 sys.path.insert(0, INFRA_BOTS_DIR)
21 ASSET_NAME = os.path.basename(FILE_DIR)
/external/skia/infra/bots/assets/android_sdk_linux/
H A Dcommon.py15 FILE_DIR = os.path.dirname(os.path.abspath(__file__))
16 INFRA_BOTS_DIR = os.path.realpath(os.path.join(FILE_DIR, os.pardir, os.pardir))
18 sys.path.insert(0, INFRA_BOTS_DIR)
21 ASSET_NAME = os.path.basename(FILE_DIR)
/external/skia/infra/bots/assets/armhf_sysroot/
H A Dcommon.py15 FILE_DIR = os.path.dirname(os.path.abspath(__file__))
16 INFRA_BOTS_DIR = os.path.realpath(os.path.join(FILE_DIR, os.pardir, os.pardir))
18 sys.path.insert(0, INFRA_BOTS_DIR)
21 ASSET_NAME = os.path.basename(FILE_DIR)
/external/skia/infra/bots/assets/cast_toolchain/
H A Dcommon.py15 FILE_DIR = os.path.dirname(os.path.abspath(__file__))
16 INFRA_BOTS_DIR = os.path.realpath(os.path.join(FILE_DIR, os.pardir, os.pardir))
18 sys.path.insert(0, INFRA_BOTS_DIR)
21 ASSET_NAME = os.path.basename(FILE_DIR)
/external/skia/infra/bots/assets/chromebook_arm_gles/
H A Dcommon.py15 FILE_DIR = os.path.dirname(os.path.abspath(__file__))
16 INFRA_BOTS_DIR = os.path.realpath(os.path.join(FILE_DIR, os.pardir, os.pardir))
18 sys.path.insert(0, INFRA_BOTS_DIR)
21 ASSET_NAME = os.path.basename(FILE_DIR)
/external/skia/infra/bots/assets/chromebook_x86_64_gles/
H A Dcommon.py15 FILE_DIR = os.path.dirname(os.path.abspath(__file__))
16 INFRA_BOTS_DIR = os.path.realpath(os.path.join(FILE_DIR, os.pardir, os.pardir))
18 sys.path.insert(0, INFRA_BOTS_DIR)
21 ASSET_NAME = os.path.basename(FILE_DIR)
/external/skia/infra/bots/assets/clang_linux/
H A Dcommon.py15 FILE_DIR = os.path.dirname(os.path.abspath(__file__))
16 INFRA_BOTS_DIR = os.path.realpath(os.path.join(FILE_DIR, os.pardir, os.pardir))
18 sys.path.insert(0, INFRA_BOTS_DIR)
21 ASSET_NAME = os.path.basename(FILE_DIR)
/external/skia/infra/bots/assets/clang_win/
H A Dcommon.py15 FILE_DIR = os.path.dirname(os.path.abspath(__file__))
16 INFRA_BOTS_DIR = os.path.realpath(os.path.join(FILE_DIR, os.pardir, os.pardir))
18 sys.path.insert(0, INFRA_BOTS_DIR)
21 ASSET_NAME = os.path.basename(FILE_DIR)
/external/skia/infra/bots/assets/emscripten_sdk/
H A Dcommon.py15 FILE_DIR = os.path.dirname(os.path.abspath(__file__))
16 INFRA_BOTS_DIR = os.path.realpath(os.path.join(FILE_DIR, os.pardir, os.pardir))
18 sys.path.insert(0, INFRA_BOTS_DIR)
21 ASSET_NAME = os.path.basename(FILE_DIR)
/external/skia/infra/bots/assets/go/
H A Dcommon.py15 FILE_DIR = os.path.dirname(os.path.abspath(__file__))
16 INFRA_BOTS_DIR = os.path.realpath(os.path.join(FILE_DIR, os.pardir, os.pardir))
18 sys.path.insert(0, INFRA_BOTS_DIR)
21 ASSET_NAME = os.path.basename(FILE_DIR)
/external/skia/infra/bots/assets/linux_vulkan_intel_driver_debug/
H A Dcommon.py15 FILE_DIR = os.path.dirname(os.path.abspath(__file__))
16 INFRA_BOTS_DIR = os.path.realpath(os.path.join(FILE_DIR, os.pardir, os.pardir))
18 sys.path.insert(0, INFRA_BOTS_DIR)
21 ASSET_NAME = os.path.basename(FILE_DIR)

Completed in 812 milliseconds

1234567891011>>