HomeSort by relevance Sort by last modified time
    Searched refs:local_file_path (Results 1 - 25 of 53) 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 for %s failed.' %
38 local_file_path)
41 def _IsChanged(local_file_path):
42 """Checks whether the local_file_path exists and matches the expected hash.""
    [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,
58 const base::FilePath& local_file_path,
70 local_file_path,
81 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,
29 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
35 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 32 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 139 const base::FilePath& local_file_path,
147 DCHECK(!local_file_path.empty());
153 scoped_ptr<UploadFileInfo>(new UploadFileInfo(local_file_path,
166 const base::FilePath& local_file_path,
173 DCHECK(!local_file_path.empty());
178 scoped_ptr<UploadFileInfo>(new UploadFileInfo(local_file_path,
190 const base::FilePath& local_file_path,
195 DCHECK(!local_file_path.empty());
200 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/google_apis/drive/
base_requests.h 155 // a part of the file at |local_file_path|.
159 virtual bool GetContentFile(base::FilePath* local_file_path,
168 virtual void GetOutputFilePath(base::FilePath* local_file_path,
380 const base::FilePath& local_file_path);
385 virtual bool GetContentFile(base::FilePath* local_file_path,
471 base::FilePath* local_file_path,
base_requests.cc 260 base::FilePath local_file_path; local
263 if (GetContentFile(&local_file_path, &range_offset, &range_length,
267 local_file_path,
302 bool UrlFetchRequestBase::GetContentFile(base::FilePath* local_file_path,
310 base::FilePath* local_file_path,
605 const base::FilePath& local_file_path)
611 local_file_path_(local_file_path) {
645 base::FilePath* local_file_path,
654 *local_file_path = local_file_path_;
714 base::FilePath* local_file_path,
    [all...]
  /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;
native_media_file_util.h 180 base::FilePath* local_file_path);
206 // Fila::FILE_ERROR_SECURITY. |local_file_path| does not have to exist.
210 base::FilePath* local_file_path);
214 // If |local_file_path| is a file, then take media_path_filter() into
217 // If |local_file_path| is a directory, return File::FILE_OK.
222 base::FilePath* local_file_path);
picasa_file_util.cc 307 base::FilePath* local_file_path) {
308 DCHECK(local_file_path);
322 *local_file_path = album_info.path;
344 *local_file_path = it->second;
357 *local_file_path = album_info.path.Append(url.path().BaseName());
  /external/chromium_org/chrome/browser/chromeos/drive/
job_scheduler.cc 72 base::FilePath local_file_path; member in struct:drive::__anon7722::UploadNewFileParams
85 params.local_file_path,
96 base::FilePath local_file_path; member in struct:drive::__anon7722::UploadExistingFileParams
109 params.local_file_path,
119 base::FilePath local_file_path; member in struct:drive::__anon7722::ResumeUploadFileParams
130 params.local_file_path,
157 base::FilePath local_file_path; member in struct:drive::JobScheduler::ResumeUploadParams
602 const base::FilePath& local_file_path,
616 params.local_file_path = local_file_path;
    [all...]

Completed in 200 milliseconds

1 2 3