Searched refs:TouchFile (Results 1 - 25 of 47) sorted by relevance

12

/external/chromium_org/chrome/browser/chromeos/drive/file_system/
H A Dtouch_operation_unittest.cc21 TEST_F(TouchOperationTest, TouchFile) {
35 operation.TouchFile(
H A Dtouch_operation.h46 void TouchFile(const base::FilePath& file_path,
52 // Part of TouchFile(). Runs after updating the local state.
H A Dtouch_operation.cc58 void TouchOperation::TouchFile(const base::FilePath& file_path, function in class:drive::file_system::TouchOperation
/external/chromium_org/chrome/browser/media_galleries/fileapi/
H A Diapps_finder_impl_win_browsertest.cc33 void TouchFile(const base::FilePath& file) { function in namespace:iapps::__anon5505
73 TouchFile(default_dir.AppendASCII("iTunes Music Library.xml"));
127 TouchFile(library_xml);
161 TouchFile(library_xml);
/external/chromium_org/chrome/browser/chromeos/drive/
H A Dfileapi_worker.h169 // |last_modified_time|. Called from FileSystemProxy::TouchFile().
170 void TouchFile(const base::FilePath& file_path,
H A Ddummy_file_system.h47 virtual void TouchFile(const base::FilePath& file_path,
H A Dfileapi_worker.cc352 void TouchFile(const base::FilePath& file_path, function in namespace:drive::fileapi_internal
358 file_system->TouchFile(file_path, last_access_time, last_modified_time,
H A Dfake_file_system.h76 virtual void TouchFile(const base::FilePath& file_path,
H A Dfile_system_interface.h299 virtual void TouchFile(const base::FilePath& file_path,
H A Dfile_system.h112 virtual void TouchFile(const base::FilePath& file_path,
/external/chromium_org/net/disk_cache/simple/
H A Dsimple_index_file_unittest.cc181 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/
H A Dsyncable_file_system_operation.h67 virtual void TouchFile(const fileapi::FileSystemURL& url,
H A Dsyncable_file_system_operation.cc265 void SyncableFileSystemOperation::TouchFile( function in class:sync_file_system::SyncableFileSystemOperation
271 impl_->TouchFile(url, last_access_time, last_modified_time, callback);
H A Dcanned_syncable_file_system.h117 base::PlatformFileError TouchFile(const fileapi::FileSystemURL& url,
/external/chromium_org/content/child/fileapi/
H A Dfile_system_dispatcher.h124 void TouchFile(const GURL& file_path,
/external/chromium_org/webkit/browser/fileapi/
H A Dfile_system_operation.h349 virtual void TouchFile(const FileSystemURL& path,
H A Dnative_file_util.cc223 if (!base::TouchFile(path, last_access_time, last_modified_time))
300 base::TouchFile(dest_path, last_modified, last_modified);
H A Dfile_system_operation_impl.h66 virtual void TouchFile(const FileSystemURL& url,
H A Dfile_system_operation_runner.h134 OperationID TouchFile(const FileSystemURL& url,
/external/chromium/base/
H A Dfile_util.cc203 bool TouchFile(const FilePath& path, function in namespace:file_util
222 return TouchFile(path, last_modified, last_modified);
/external/chromium_org/base/
H A Dfile_util.cc176 bool TouchFile(const FilePath& path, function in namespace:base
H A Dfile_util.h298 BASE_EXPORT bool TouchFile(const FilePath& path,
/external/chromium_org/content/browser/renderer_host/pepper/
H A Dpepper_internal_file_ref_backend.cc117 GetFileSystemContext()->operation_runner()->TouchFile(
/external/chromium_org/base/files/
H A Dfile_util_proxy.cc360 Bind(&TouchFile, file_path, last_access_time, last_modified_time),
/external/chromium_org/webkit/browser/blob/
H A Dlocal_file_stream_reader_unittest.cc97 ASSERT_TRUE(base::TouchFile(test_path(),

Completed in 415 milliseconds

12