HomeSort by relevance Sort by last modified time
    Searched refs:FileTimeType (Results 1 - 5 of 5) sorted by null

  /external/chromium/third_party/libjingle/source/talk/base/
unixfilesystem.h 92 virtual bool GetFileTime(const Pathname& path, FileTimeType which,
win32filesystem.h 95 virtual bool GetFileTime(const Pathname& path, FileTimeType which,
fileutils.h 107 enum FileTimeType { FTT_CREATED, FTT_MODIFIED, FTT_ACCESSED };
234 virtual bool GetFileTime(const Pathname& path, FileTimeType which,
380 static bool GetFileTime(const Pathname& path, FileTimeType which,
unixfilesystem.cc 332 bool UnixFilesystem::GetFileTime(const Pathname& path, FileTimeType which,
win32filesystem.cc 333 bool Win32Filesystem::GetFileTime(const Pathname& path, FileTimeType which,

Completed in 42 milliseconds