Home
last modified time | relevance | path

Searched refs:ISOLATE_DEPS_DIR (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/build/android/pylib/gtest/
Dsetup.py100 if os.path.isdir(constants.ISOLATE_DEPS_DIR):
101 shutil.rmtree(constants.ISOLATE_DEPS_DIR)
119 '--outdir', constants.ISOLATE_DEPS_DIR,
127 for root, _, filenames in os.walk(constants.ISOLATE_DEPS_DIR):
132 os.path.relpath(linked_file, constants.ISOLATE_DEPS_DIR))
141 os.chdir(constants.ISOLATE_DEPS_DIR)
155 paks_dir = os.path.join(constants.ISOLATE_DEPS_DIR, 'paks')
157 for root, _, filenames in os.walk(os.path.join(constants.ISOLATE_DEPS_DIR,
163 deps_product_dir = os.path.join(constants.ISOLATE_DEPS_DIR, 'out',
167 shutil.move(os.path.join(deps_product_dir, p), constants.ISOLATE_DEPS_DIR)
[all …]
Dtest_runner.py71 if os.path.exists(constants.ISOLATE_DEPS_DIR):
77 for p in os.listdir(constants.ISOLATE_DEPS_DIR):
79 os.path.join(constants.ISOLATE_DEPS_DIR, p),
/external/chromium_org/build/android/pylib/
Dconstants.py15 ISOLATE_DEPS_DIR = os.path.join(DIR_SOURCE_ROOT, 'isolate_deps_dir') variable
/external/chromium_org/build/android/
Dtest_runner.py525 if os.path.isdir(constants.ISOLATE_DEPS_DIR):
526 shutil.rmtree(constants.ISOLATE_DEPS_DIR)