Searched refs:FileTimeType (Results 1 – 7 of 7) sorted by relevance
/external/webrtc/webrtc/base/ |
D | fileutils.h | 90 enum FileTimeType { FTT_CREATED, FTT_MODIFIED, FTT_ACCESSED }; enum 215 virtual bool GetFileTime(const Pathname& path, FileTimeType which, 361 static bool GetFileTime(const Pathname& path, FileTimeType which, in GetFileTime()
|
D | win32filesystem.h | 78 virtual bool GetFileTime(const Pathname& path, FileTimeType which,
|
D | unixfilesystem.h | 99 FileTimeType which,
|
D | fileutils_mock.h | 218 bool GetFileTime(const Pathname &path, FileTimeType which, in GetFileTime()
|
D | win32filesystem.cc | 317 bool Win32Filesystem::GetFileTime(const Pathname& path, FileTimeType which, in GetFileTime()
|
D | unixfilesystem.cc | 338 bool UnixFilesystem::GetFileTime(const Pathname& path, FileTimeType which, in GetFileTime()
|
/external/webrtc/talk/media/devices/ |
D | devicemanager_unittest.cc | 57 using rtc::FileTimeType;
|