HomeSort by relevance Sort by last modified time
    Searched refs:target_dir (Results 1 - 19 of 19) sorted by null

  /external/chromium_org/tools/win/toolchain/
toolchain.py 414 def PullFrom(list_of_path_pairs, source_root, target_dir):
416 |source_root| and the 'to' with |target_dir| and perform a recursive copy."""
419 full_target = os.path.join(target_dir, destination)
426 def CopyToFinalLocation2010(extracted, target_dir):
433 PullFrom(from_sdk, extracted.sdk_path, target_dir)
436 PullFrom(from_sdk, extracted.metro_sdk_path, target_dir)
441 PullFrom(from_buildtools_x86, extracted.buildtools_x86, target_dir)
446 PullFrom(from_buildtools_x64, extracted.buildtools_x64, target_dir)
451 PullFrom(from_libs_x86, extracted.libs_x86, target_dir)
456 PullFrom(from_libs_x64, extracted.libs_x64, target_dir)
    [all...]
toolchain2013.py 75 def CopyToFinalLocation(extracted_dirs, target_dir):
97 copies.append((full_path, os.path.join(target_dir, target_path)))
100 target_dir = os.path.dirname(full_target)
101 if not os.path.isdir(target_dir):
102 os.makedirs(target_dir)
106 def GenerateSetEnvCmd(target_dir, pro):
111 target_dir, r'win8sdk\bin\SetEnv.cmd'), 'w') as file:
157 def GenerateTopLevelEnv(target_dir, pro):
160 with open(os.path.join(target_dir, r'env.bat'), 'w') as file:
195 target_dir = os.path.abspath(options.targetdir
    [all...]
get_toolchain_if_necessary.py 104 target_dir = os.path.join(toolchain_dir, 'files')
116 current_hash = CalculateHash(target_dir)
119 if os.path.isdir(target_dir):
120 subprocess.check_call('rmdir /s/q "%s"' % target_dir, shell=True)
124 '--targetdir', target_dir])
125 current_hash = CalculateHash(target_dir)
132 SaveTimestampsAndHash(target_dir, current_hash)
  /external/chromium_org/v8/test/benchmarks/
testcfg.py 134 def _DownloadIfNecessary(self, url, revision, target_dir):
136 revision_file = "CHECKED_OUT_%s" % target_dir
145 if os.path.exists(target_dir):
146 shutil.rmtree(target_dir)
147 archive_file = "downloaded_%s_%s.tar.gz" % (target_dir, revision)
156 command = "svn co %s -r %s %s" % (url, revision, target_dir)
159 raise Exception("Error checking out %s benchmark" % target_dir)
161 tar.add("%s" % target_dir)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
test_file_util.py 27 self.target_dir = os.path.join(tmp_dir, 'd1')
56 os.mkdir(self.target_dir)
57 move_file(self.source, self.target_dir, verbose=1)
58 wanted = ['moving %s -> %s' % (self.source, self.target_dir)]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
test_file_util.py 27 self.target_dir = os.path.join(tmp_dir, 'd1')
56 os.mkdir(self.target_dir)
57 move_file(self.source, self.target_dir, verbose=1)
58 wanted = ['moving %s -> %s' % (self.source, self.target_dir)]
  /external/chromium_org/chrome/browser/download/
download_path_reservation_tracker.cc 171 base::FilePath target_dir = target_path.DirName(); local
177 // Create target_dir if necessary and appropriate. target_dir may be the last
182 if (!base::DirectoryExists(target_dir) &&
185 (default_download_path == target_dir)))) {
186 base::CreateDirectory(target_dir);
191 if (!base::PathIsWritable(target_dir)) {
192 DVLOG(1) << "Unable to write to directory \"" << target_dir.value() << "\"";
194 PathService::Get(chrome::DIR_USER_DOCUMENTS, &target_dir);
195 target_path = target_dir.Append(filename)
    [all...]
  /external/chromium_org/ppapi/native_client/src/untrusted/pnacl_support_extension/
pnacl_component_crx_gen.py 162 def GeneratePnaclInfo(target_dir, abi_version, arch):
169 out_name = J(target_dir, UseWhitelistedChars(PnaclPackaging.pnacl_json,
268 target_dir = PnaclDirs.OutputDir()
271 'Packaging for arch %s in %s' % (arch, target_dir))
276 target_dir)
279 CopyFlattenDirsAndPrefix(PnaclDirs.LibDir(arch), arch, target_dir)
287 shutil.copy(override, J(target_dir, target_name))
  /external/chromium_org/ppapi/native_client/
chrome_main.scons 166 target_dir = os.path.dirname(target_manifest)
175 shutil.copyfile(lib_path, os.path.join(target_dir, lib_name))
177 os.path.join(target_dir, 'runnable-ld.so'))
184 def CopyLibsForExtension(env, target_dir, manifest):
186 return env.Install(target_dir, manifest)
190 target_dir + '/' + manifest_base_name,
236 def WhitelistLibsForExtension(env, target_dir, nmf, extension_manifest):
240 return env.Install(target_dir, extension_manifest)
245 target_dir + '/' + manifest_base_name,
  /external/bouncycastle/
import_bouncycastle.sh 160 declare -r target_dir="$2"
162 echo -n "Restoring timestamps for ${target_dir}... "
172 touch -d "$file_time" "${target_dir}${file#$git_dir}"
  /external/chromium_org/remoting/tools/
zip2msi.py 71 target_dir = os.path.dirname(target_file)
72 if not os.path.exists(target_dir):
73 os.makedirs(target_dir)
  /external/chromium_org/third_party/mesa/src/scons/
gallium.py 53 target_dir = os.path.join(env.Dir('#.').srcnode().abspath, env['build_dir'], subdir)
54 return env.Install(target_dir, source)
70 target_dir = os.path.join(install_dir, 'lib')
72 last = env.InstallAs(os.path.join(target_dir, target_name), source)
78 last = env.Command(os.path.join(target_dir, target_name), last, action)
  /external/mesa3d/scons/
gallium.py 53 target_dir = os.path.join(env.Dir('#.').srcnode().abspath, env['build_dir'], subdir)
54 return env.Install(target_dir, source)
70 target_dir = os.path.join(install_dir, 'lib')
72 last = env.InstallAs(os.path.join(target_dir, target_name), source)
78 last = env.Command(os.path.join(target_dir, target_name), last, action)
  /external/chromium_org/build/android/gyp/
create_device_library_links.py 10 options.target_dir). This script then creates links in an apk's lib/ folder to
73 'STRIPPED_LIBRARIES_DIR=%(target_dir)s; '
77 'target_dir': options.target_dir,
102 'script_device_path', 'target_dir', 'configuration_name']
  /external/chromium_org/chrome/tools/build/win/
create_installer_archive.py 349 def CopyIfChanged(src, target_dir):
350 """Copy specified |src| file to |target_dir|, but only write to target if
354 assert os.path.isdir(target_dir)
355 dest = os.path.join(target_dir, os.path.basename(src))
  /external/chromium_org/tools/gyp/pylib/gyp/
msvs_emulation.py 172 target_dir = base_to_build + '\\' if base_to_build else ''
174 '$(OutDir)\\': target_dir,
175 '$(TargetDir)\\': target_dir,
    [all...]
  /external/chromium_org/chrome/installer/util/
installer_state_unittest.cc 76 void BuildSingleChromeState(const base::FilePath& target_dir,
83 installer_state->set_target_path(target_dir);
  /art/tools/
cpplint.py     [all...]
  /external/libvpx/libvpx/tools/
cpplint.py     [all...]

Completed in 2773 milliseconds