Home
last modified time | relevance | path

Searched refs:dst_dir (Results 1 – 10 of 10) sorted by relevance

/external/chromium_org/chrome/tools/build/win/
Dsyzygy_instrument.py60 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)))]
Dcreate_installer_archive.py117 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/
Dpackage_resources.py80 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/
Dcreate_nmf_test.py110 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/
Dgyp_to_android.py125 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/
Dgyp_to_android.py125 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/
Dbuild-installer-archive.py117 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/
Dgenerate_make.py169 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)
Dbuild_sdk.py435 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/
Dtest_result_writer.py291 dst_dir = fs.dirname(fs.join(self._root_output_dir, self._test_name))
292 dst_filepath = fs.join(dst_dir, fs.basename(src_filepath))