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

  /external/chromium_org/third_party/skia/tools/
svndiff.py 285 dest_filename = re.sub(re.escape(os.sep), '__', modified_file_path)
290 dest_filename))
294 os.path.join(original_flattened_dir, dest_filename))
298 os.path.join(original_flattened_dir, dest_filename))
  /external/skia/tools/
svndiff.py 285 dest_filename = re.sub(re.escape(os.sep), '__', modified_file_path)
290 dest_filename))
294 os.path.join(original_flattened_dir, dest_filename))
298 os.path.join(original_flattened_dir, dest_filename))
  /external/chromium_org/native_client_sdk/src/build_tools/sdk_tools/command/
update.py 42 def DownloadToFile(self, url, dest_filename):
129 def DownloadToFile(self, url, dest_filename):
130 dest_path = os.path.join(self.archive_cache, dest_filename)
146 raise Error('Unable to write to file "%s".\n %s' % (dest_filename, e))
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
setuptools_build_ext.py 61 dest_filename = os.path.join(package_dir,os.path.basename(filename))
68 src_filename, dest_filename, verbose=self.verbose,
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
setuptools_build_ext.py 61 dest_filename = os.path.join(package_dir,os.path.basename(filename))
68 src_filename, dest_filename, verbose=self.verbose,
  /art/runtime/gc/space/
image_space.cc 225 // Relocate the image at image_location to dest_filename and relocate it by a random amount.
226 static bool RelocateImage(const char* image_location, const char* dest_filename,
240 output_image_filename_arg += dest_filename;
246 output_oat_filename_arg += ImageHeader::GetOatLocationFromImageLocation(dest_filename);

Completed in 161 milliseconds