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

  /external/chromium_org/chrome/tools/build/win/
syzygy_reorder.py 38 def _ReorderBinary(relink_exe, executable, symbol, destination_dir):
40 reordered executable and symbol files to destination_dir.
50 os.path.join(destination_dir, os.path.basename(executable))),
52 os.path.join(destination_dir, os.path.basename(symbol))),]
74 if not os.path.isdir(options.destination_dir):
76 options.destination_dir)
77 os.makedirs(options.destination_dir)
83 options.destination_dir)
94 option_parser.add_option('-d', '--destination_dir',
104 if not options.destination_dir
    [all...]
syzygy_instrument.py 88 def _CopyAgentDLL(agent_dll, destination_dir):
91 agent_dst_name = os.path.join(destination_dir, agent_name);
102 agent_dst_pdb = os.path.join(destination_dir, os.path.split(agent_pdb)[1])
108 if not os.path.isdir(options.destination_dir):
110 options.destination_dir)
111 os.makedirs(options.destination_dir)
119 options.destination_dir,
127 options.destination_dir,
131 _CopyAgentDLL(options.agent_dll, options.destination_dir);
147 option_parser.add_option('-d', '--destination_dir',
    [all...]
  /external/chromium_org/tools/telemetry_tools/
telemetry_bootstrap.py 123 def DownloadDepsURL(destination_dir, url):
127 destination_dir: String path to local directory to download files into.
131 DownloadDeps(destination_dir, urllib.urlopen(url).read())
134 def DownloadDeps(destination_dir, deps_content):
139 files/directories listed to the destination_dir.
142 destination_dir: String path to directory to download files into.
152 full_dst_path = os.path.join(destination_dir, dst_path)
161 DownloadDepsURL(destination_dir, url)
  /external/chromium_org/remoting/webapp/
build-webapp.py 111 destination_dir = os.path.dirname(destination_file)
112 if not os.path.exists(destination_dir):
113 os.makedirs(destination_dir, 0775)
133 destination_dir = os.path.join(destination_locales, locale_id)
134 destination_file = os.path.join(destination_dir,
136 os.mkdir(destination_dir, 0775)
  /external/chromium_org/tools/gyp/test/lib/
TestGyp.py 215 destination_dir = os.path.dirname(destination)
216 if not os.path.exists(destination_dir):
217 self.subdir(destination_dir)
    [all...]
  /external/chromium_org/native_client_sdk/src/tools/
create_nmf.py 400 def StageDependencies(self, destination_dir):
406 destination_dir: The destination directory for staging the dependencies
424 destination = os.path.join(destination_dir, urldest)

Completed in 103 milliseconds