Searched refs:dst_dir (Results 1 – 10 of 10) sorted by relevance
/external/chromium_org/chrome/tools/build/win/ |
D | syzygy_instrument.py | 60 def _InstrumentBinary(syzygy_dir, mode, executable, symbol, dst_dir, argument 72 os.path.join(dst_dir, os.path.basename(executable))), 74 os.path.join(dst_dir, os.path.basename(symbol)))]
|
D | create_installer_archive.py | 117 dst_dir = os.path.join(staging_dir, config.get(section, option)) 119 if src_paths and not os.path.exists(dst_dir): 120 os.makedirs(dst_dir) 122 dst_path = os.path.join(dst_dir, os.path.basename(src_path)) 124 shutil.copy(src_path, dst_dir)
|
/external/chromium_org/build/android/gyp/ |
D | package_resources.py | 80 dst_dir = os.path.join(res_root, dst_dir_name) 81 build_utils.MakeDirectory(dst_dir) 86 dst_file = os.path.join(dst_dir, src_file_name)
|
/external/chromium_org/native_client_sdk/src/tools/tests/ |
D | create_nmf_test.py | 110 dst_dir = os.path.dirname(name) 111 if not os.path.exists(dst_dir): 112 os.makedirs(dst_dir) 156 dst_dir = os.path.dirname(dst_nexe) 157 if not os.path.exists(dst_dir): 158 os.makedirs(dst_dir)
|
/external/chromium_org/third_party/skia/platform_tools/android/bin/ |
D | gyp_to_android.py | 125 dst_dir = target_dir 127 dst_dir = os.path.join(SKIA_DIR, 'include', 'core') 131 require_sk_user_config=require_sk_user_config, target_dir=dst_dir,
|
/external/skia/platform_tools/android/bin/ |
D | gyp_to_android.py | 125 dst_dir = target_dir 127 dst_dir = os.path.join(SKIA_DIR, 'include', 'core') 131 require_sk_user_config=require_sk_user_config, target_dir=dst_dir,
|
/external/chromium_org/remoting/host/installer/ |
D | build-installer-archive.py | 117 dst_dir = os.path.dirname(dst_file) 118 if not os.path.exists(dst_dir): 119 os.makedirs(dst_dir, 0775)
|
/external/chromium_org/native_client_sdk/src/build_tools/ |
D | generate_make.py | 169 def FindAndCopyFiles(src_files, root, search_dirs, dst_dir): argument 170 buildbot_common.MakeDir(dst_dir) 175 dst_file = os.path.join(dst_dir, src_name)
|
D | build_sdk.py | 435 dst_dir = GetOutputToolchainLib(pepperdir, tc, xarch) 436 InstallFiles(src_dir, dst_dir, TOOLCHAIN_LIBS[tc]) 445 InstallFiles(src_dir, dst_dir, ['crt1.o'])
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/controllers/ |
D | test_result_writer.py | 291 dst_dir = fs.dirname(fs.join(self._root_output_dir, self._test_name)) 292 dst_filepath = fs.join(dst_dir, fs.basename(src_filepath))
|