HomeSort by relevance Sort by last modified time
    Searched refs:local_file_path (Results 1 - 25 of 60) sorted by null

1 2 3

  /external/chromium_org/tools/memory_inspector/memory_inspector/backends/
prebuilts_fetcher.py 22 def GetIfChanged(local_file_path):
24 is_changed = _IsChanged(local_file_path)
29 return _GetIfChanged_ForTests(local_file_path)
33 obj_name = _GetRemoteFileID(local_file_path)
35 logging.info('Downloading %s prebuilt from %s.' % (local_file_path, url))
36 urllib.urlretrieve(url, local_file_path)
37 assert(not _IsChanged(local_file_path)), 'GCS download failed.'
40 def _IsChanged(local_file_path):
41 """Checks whether the local_file_path exists and matches the expected hash."""
43 expected_hash = _GetRemoteFileID(local_file_path)
    [all...]
  /external/chromium_org/chrome/browser/sync_file_system/drive_backend/
drive_uploader_wrapper.cc 19 const base::FilePath& local_file_path,
26 local_file_path,
35 const base::FilePath& local_file_path,
43 local_file_path,
drive_uploader_on_worker.cc 33 const base::FilePath& local_file_path,
46 local_file_path,
60 const base::FilePath& local_file_path,
72 local_file_path,
85 const base::FilePath& local_file_path,
drive_uploader_wrapper.h 26 const base::FilePath& local_file_path,
33 const base::FilePath& local_file_path,
drive_uploader_on_worker.h 37 const base::FilePath& local_file_path,
46 const base::FilePath& local_file_path,
55 const base::FilePath& local_file_path,
fake_drive_uploader.h 55 const base::FilePath& local_file_path,
63 const base::FilePath& local_file_path,
70 const base::FilePath& local_file_path,
fake_drive_uploader.cc 92 const base::FilePath& local_file_path,
125 const base::FilePath& local_file_path,
138 const base::FilePath& local_file_path,
  /external/chromium_org/chrome/browser/sync_file_system/
mock_local_change_processor.h 22 const base::FilePath& local_file_path,
30 const base::FilePath& local_file_path,
local_change_processor.h 28 // ADD_OR_UPDATE for a file, |local_file_path| points to a local file
36 const base::FilePath& local_file_path,
sync_file_metadata.h 35 base::FilePath local_file_path; member in struct:sync_file_system::LocalFileSyncInfo
mock_local_change_processor.cc 31 const base::FilePath& local_file_path,
  /external/chromium_org/chrome/browser/drive/
drive_uploader.h 56 // local_file_path:
74 const base::FilePath& local_file_path,
94 const base::FilePath& local_file_path,
102 // for previous invocation. |drive_file_path|, |local_file_path| and
108 const base::FilePath& local_file_path,
123 const base::FilePath& local_file_path,
131 const base::FilePath& local_file_path,
138 const base::FilePath& local_file_path,
drive_uploader.cc 138 const base::FilePath& local_file_path,
146 DCHECK(!local_file_path.empty());
152 scoped_ptr<UploadFileInfo>(new UploadFileInfo(local_file_path,
165 const base::FilePath& local_file_path,
172 DCHECK(!local_file_path.empty());
177 scoped_ptr<UploadFileInfo>(new UploadFileInfo(local_file_path,
189 const base::FilePath& local_file_path,
194 DCHECK(!local_file_path.empty());
199 local_file_path, content_type,
  /external/chromium_org/chrome/browser/chromeos/drive/file_system/
open_file_operation.h 71 const base::FilePath& local_file_path,
76 const base::FilePath& local_file_path,
open_file_operation.cc 107 const base::FilePath& local_file_path,
136 local_file_path,
143 const base::FilePath& local_file_path,
157 callback.Run(error, local_file_path,
truncate_operation.cc 108 const base::FilePath& local_file_path,
129 metadata_, cache_, entry->local_id(), local_file_path, length),
truncate_operation.h 60 const base::FilePath& local_file_path,
  /external/chromium_org/chrome/browser/media_galleries/fileapi/
itunes_file_util.cc 321 base::FilePath* local_file_path) {
325 *local_file_path = GetDataProvider()->library_path();
331 *local_file_path = GetDataProvider()->auto_add_path();
332 if (local_file_path->empty())
336 *local_file_path = local_file_path->Append(
348 *local_file_path = GetDataProvider()->GetTrackLocation(components[2],
351 if (!local_file_path->empty())
iphoto_file_util.h 69 base::FilePath* local_file_path) OVERRIDE;
picasa_file_util.h 61 base::FilePath* local_file_path) OVERRIDE;
  /external/chromium_org/chrome/browser/sync_file_system/drive_backend_v1/
api_util_interface.h 130 // |local_file_path|.
140 // Uploads the new file |local_file_path| with specified |title| into the
145 const base::FilePath& local_file_path,
149 // Uploads the existing file identified by |local_file_path|.
157 const base::FilePath& local_file_path,
fake_api_util.h 84 const base::FilePath& local_file_path,
89 const base::FilePath& local_file_path,
  /external/chromium_org/google_apis/drive/
base_requests.cc 258 base::FilePath local_file_path; local
261 if (GetContentFile(&local_file_path, &range_offset, &range_length,
265 local_file_path,
300 bool UrlFetchRequestBase::GetContentFile(base::FilePath* local_file_path,
308 base::FilePath* local_file_path,
659 const base::FilePath& local_file_path)
665 local_file_path_(local_file_path) {
699 base::FilePath* local_file_path,
708 *local_file_path = local_file_path_;
768 base::FilePath* local_file_path,
    [all...]
base_requests.h 163 // a part of the file at |local_file_path|.
167 virtual bool GetContentFile(base::FilePath* local_file_path,
176 virtual void GetOutputFilePath(base::FilePath* local_file_path,
427 const base::FilePath& local_file_path);
432 virtual bool GetContentFile(base::FilePath* local_file_path,
518 base::FilePath* local_file_path,
  /external/chromium_org/chrome/browser/chromeos/drive/
job_scheduler.cc 72 base::FilePath local_file_path; member in struct:drive::__anon7642::UploadNewFileParams
85 params.local_file_path,
96 base::FilePath local_file_path; member in struct:drive::__anon7642::UploadExistingFileParams
109 params.local_file_path,
119 base::FilePath local_file_path; member in struct:drive::__anon7642::ResumeUploadFileParams
130 params.local_file_path,
157 base::FilePath local_file_path; member in struct:drive::JobScheduler::ResumeUploadParams
623 const base::FilePath& local_file_path,
637 params.local_file_path = local_file_path;
    [all...]

Completed in 1074 milliseconds

1 2 3