Home | History | Annotate | Download | only in base

Lines Matching defs:base

5 #include "base/platform_file.h"
7 #include "base/file_path.h"
8 #include "base/logging.h"
9 #include "base/threading/thread_restrictions.h"
11 namespace base {
17 base::ThreadRestrictions::AssertIOAllowed();
108 base::ThreadRestrictions::AssertIOAllowed();
113 base::ThreadRestrictions::AssertIOAllowed();
135 base::ThreadRestrictions::AssertIOAllowed();
154 base::ThreadRestrictions::AssertIOAllowed();
180 base::ThreadRestrictions::AssertIOAllowed();
184 bool TouchPlatformFile(PlatformFile file, const base::Time& last_access_time,
185 const base::Time& last_modified_time) {
186 base::ThreadRestrictions::AssertIOAllowed();
197 base::ThreadRestrictions::AssertIOAllowed();
212 info->last_modified = base::Time::FromFileTime(file_info.ftLastWriteTime);
213 info->last_accessed = base::Time::FromFileTime(file_info.ftLastAccessTime);
214 info->creation_time = base::Time::FromFileTime(file_info.ftCreationTime);