Searched refs:TouchPlatformFile (Results 1 - 12 of 12) sorted by relevance

/external/chromium/base/
H A Dplatform_file.h130 BASE_API bool TouchPlatformFile(PlatformFile file, const Time& last_access_time,
H A Dplatform_file_posix.cc165 bool TouchPlatformFile(PlatformFile file, const base::Time& last_access_time, function in namespace:base
H A Dplatform_file_win.cc184 bool TouchPlatformFile(PlatformFile file, const base::Time& last_access_time, function in namespace:base
H A Dfile_util.cc212 bool result = base::TouchPlatformFile(file, last_accessed, last_modified);
H A Dplatform_file_unittest.cc293 EXPECT_TRUE(base::TouchPlatformFile(file, new_last_accessed,
H A Dfile_util_proxy.cc616 if (!base::TouchPlatformFile(file_, last_access_time_, last_modified_time_))
/external/chromium_org/base/
H A Dplatform_file.h207 BASE_EXPORT bool TouchPlatformFile(PlatformFile file,
H A Dfile_util.cc205 bool result = base::TouchPlatformFile(file, last_accessed, last_modified);
H A Dplatform_file_win.cc231 bool TouchPlatformFile(PlatformFile file, const base::Time& last_access_time, function in namespace:base
H A Dplatform_file_posix.cc358 bool TouchPlatformFile(PlatformFile file, const base::Time& last_access_time, function in namespace:base
H A Dplatform_file_unittest.cc373 EXPECT_TRUE(base::TouchPlatformFile(file, new_last_accessed,
/external/chromium_org/base/files/
H A Dfile_util_proxy.cc345 Bind(&TouchPlatformFile, file,

Completed in 259 milliseconds