HomeSort by relevance Sort by last modified time
    Searched defs:TouchFile (Results 1 - 12 of 12) sorted by null

  /external/chromium_org/chrome/browser/chromeos/drive/file_system/
touch_operation.cc 38 void TouchOperation::TouchFile(const base::FilePath& file_path,
  /external/chromium_org/chrome/browser/media_galleries/fileapi/
itunes_finder_win_browsertest.cc 33 void TouchFile(const base::FilePath& file) {
73 TouchFile(default_dir.AppendASCII("iTunes Music Library.xml"));
129 TouchFile(library_xml);
163 TouchFile(library_xml);
  /external/chromium_org/base/
file_util.cc 191 bool TouchFile(const FilePath& path,
215 return TouchFile(path, last_modified, last_modified);
  /external/chromium_org/chrome/browser/chromeos/drive/
fileapi_worker.cc 349 void TouchFile(const base::FilePath& file_path,
355 file_system->TouchFile(file_path, last_access_time, last_modified_time,
fake_file_system.cc 109 void FakeFileSystem::TouchFile(const base::FilePath& file_path,
file_system.cc 418 void FileSystem::TouchFile(const base::FilePath& file_path,
426 touch_operation_->TouchFile(
    [all...]
  /external/chromium_org/chrome/browser/sync_file_system/local/
syncable_file_system_operation.cc 261 void SyncableFileSystemOperation::TouchFile(
267 NewOperation()->TouchFile(url, last_access_time,
canned_syncable_file_system.cc 365 PlatformFileError CannedSyncableFileSystem::TouchFile(
574 operation_runner()->TouchFile(url, last_access_time,
  /external/chromium/base/
file_util.cc 203 bool TouchFile(const FilePath& path,
222 return TouchFile(path, last_modified, last_modified);
  /external/chromium_org/content/child/fileapi/
file_system_dispatcher.cc 299 void FileSystemDispatcher::TouchFile(
  /external/chromium_org/webkit/browser/fileapi/
file_system_operation_impl.cc 184 void FileSystemOperationImpl::TouchFile(const FileSystemURL& url,
file_system_operation_runner.cc 275 OperationID FileSystemOperationRunner::TouchFile(
289 operation->TouchFile(

Completed in 787 milliseconds