HomeSort by relevance Sort by last modified time
    Searched full:touchfile (Results 1 - 25 of 50) sorted by null

1 2

  /external/chromium_org/chrome/browser/chromeos/drive/file_system/
touch_operation.h 46 void TouchFile(const base::FilePath& file_path,
52 // Part of TouchFile(). Runs after updating the local state.
touch_operation_unittest.cc 21 TEST_F(TouchOperationTest, TouchFile) {
35 operation.TouchFile(
touch_operation.cc 58 void TouchOperation::TouchFile(const base::FilePath& file_path,
  /external/chromium_org/chrome/browser/media_galleries/fileapi/
iapps_finder_impl_win_browsertest.cc 33 void TouchFile(const base::FilePath& file) {
73 TouchFile(default_dir.AppendASCII("iTunes Music Library.xml"));
127 TouchFile(library_xml);
161 TouchFile(library_xml);
  /external/chromium_org/webkit/browser/fileapi/
file_observers.h 26 // Remove(), Write(), Truncate(), TouchFile()
copy_or_move_operation_delegate.cc 204 operation_runner_->TouchFile(
214 // Even if TouchFile is failed, just ignore it.
479 operation_runner_->TouchFile(
488 // Even if TouchFile is failed, just ignore it.
897 // Ignore the error, and run post process which should run after TouchFile.
903 operation_runner()->TouchFile(
915 // Even if the TouchFile is failed, just ignore it.
native_file_util.cc 223 if (!base::TouchFile(path, last_access_time, last_modified_time))
300 base::TouchFile(dest_path, last_modified, last_modified);
file_system_operation_impl.h 66 virtual void TouchFile(const FileSystemURL& url,
  /external/chromium_org/chrome/browser/chromeos/drive/
fileapi_worker.h 169 // |last_modified_time|. Called from FileSystemProxy::TouchFile().
170 void TouchFile(const base::FilePath& file_path,
dummy_file_system.h 47 virtual void TouchFile(const base::FilePath& file_path,
fileapi_worker.cc 352 void TouchFile(const base::FilePath& file_path,
358 file_system->TouchFile(file_path, last_access_time, last_modified_time,
fake_file_system.h 76 virtual void TouchFile(const base::FilePath& file_path,
  /external/chromium_org/net/disk_cache/simple/
simple_index_file_unittest.cc 181 EXPECT_TRUE(base::TouchFile(index_path, past_time, past_time));
182 EXPECT_TRUE(base::TouchFile(cache_path, past_time, past_time));
187 EXPECT_TRUE(base::TouchFile(index_path, even_older, even_older));
  /external/chromium_org/chrome/browser/sync_file_system/local/
syncable_file_system_operation.h 67 virtual void TouchFile(const fileapi::FileSystemURL& url,
syncable_file_system_operation.cc 265 void SyncableFileSystemOperation::TouchFile(
271 impl_->TouchFile(url, last_access_time, last_modified_time, callback);
canned_syncable_file_system.h 117 base::PlatformFileError TouchFile(const fileapi::FileSystemURL& url,
  /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.h 124 void TouchFile(const GURL& file_path,
  /external/chromium_org/base/
file_util.cc 176 bool TouchFile(const FilePath& path,
  /external/chromium_org/base/files/
file_util_proxy.cc 360 Bind(&TouchFile, file_path, last_access_time, last_modified_time),
  /external/chromium_org/content/browser/renderer_host/pepper/
pepper_internal_file_ref_backend.cc 117 GetFileSystemContext()->operation_runner()->TouchFile(
  /external/chromium_org/webkit/browser/blob/
local_file_stream_reader_unittest.cc 97 ASSERT_TRUE(base::TouchFile(test_path(),
  /external/chromium_org/content/browser/
storage_partition_impl_unittest.cc 214 base::TouchFile(storage_path.Append(kDomStorageOrigin1), now, now);
217 base::TouchFile(storage_path.Append(kDomStorageOrigin2),
221 base::TouchFile(storage_path.Append(kDomStorageOrigin3),
    [all...]
  /external/chromium_org/webkit/browser/database/
database_tracker_unittest.cc 277 EXPECT_TRUE(base::TouchFile(tracker->GetFullDBFilePath(kOrigin1, kDB1),
279 EXPECT_TRUE(base::TouchFile(tracker->GetFullDBFilePath(kOrigin2, kDB2),
282 EXPECT_TRUE(base::TouchFile(tracker->GetFullDBFilePath(kOrigin2, kDB3),
    [all...]
  /external/chromium_org/chrome/browser/browsing_data/
browsing_data_remover_unittest.cc 567 base::TouchFile(storage_path.Append(kDomStorageOrigin1), now, now);
570 base::TouchFile(storage_path.Append(kDomStorageOrigin2),
574 base::TouchFile(storage_path.Append(kDomStorageOrigin3),
577 base::TouchFile(storage_path.Append(kDomStorageExt), now, now);
    [all...]

Completed in 1380 milliseconds

1 2