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

  /external/chromium_org/build/android/gyp/
apk_install.py 38 def HasInstallMetadataChanged(device, apk_package, metadata_path):
40 if not os.path.exists(metadata_path):
43 with open(metadata_path, 'r') as expected_file:
47 def RecordInstallMetadata(device, apk_package, metadata_path):
53 with open(metadata_path, 'w') as outfile:
81 metadata_path = '%s.%s.device.time.stamp' % (options.apk_path, serial_number)
85 force_install = HasInstallMetadataChanged(device, apk_package, metadata_path)
89 RecordInstallMetadata(device, apk_package, metadata_path)
  /external/chromium_org/components/search_provider_logos/
logo_cache.cc 173 base::FilePath metadata_path = GetMetadataPath(); local
175 if (base::ReadFileToString(metadata_path, &str)) {
208 base::FilePath metadata_path = GetMetadataPath(); local
210 if (!base::DeleteFile(metadata_path, false))

Completed in 382 milliseconds