HomeSort by relevance Sort by last modified time
    Searched defs:GetFileTime (Results 1 - 7 of 7) sorted by null

  /external/chromium/third_party/libjingle/source/talk/base/
fileutils.h 234 virtual bool GetFileTime(const Pathname& path, FileTimeType which,
380 static bool GetFileTime(const Pathname& path, FileTimeType which,
382 return EnsureDefaultFilesystem()->GetFileTime(path, which, time);
unixfilesystem.cc 332 bool UnixFilesystem::GetFileTime(const Pathname& path, FileTimeType which,
win32filesystem.cc 333 bool Win32Filesystem::GetFileTime(const Pathname& path, FileTimeType which,
  /external/chromium_org/third_party/libjingle/source/talk/base/
fileutils.h 236 virtual bool GetFileTime(const Pathname& path, FileTimeType which,
382 static bool GetFileTime(const Pathname& path, FileTimeType which,
384 return EnsureDefaultFilesystem()->GetFileTime(path, which, time);
fileutils_mock.h 235 bool GetFileTime(const Pathname &path, FileTimeType which,
unixfilesystem.cc 330 bool UnixFilesystem::GetFileTime(const Pathname& path, FileTimeType which,
win32filesystem.cc 333 bool Win32Filesystem::GetFileTime(const Pathname& path, FileTimeType which,

Completed in 258 milliseconds