HomeSort by relevance Sort by last modified time
    Searched refs:GetFileTime (Results 1 - 9 of 9) 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 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/zlib/contrib/minizip/
miniunz.c 81 GetFileTime(hFile,&ftCreate,&ftLastAcc,&ftLastWrite);
  /external/chromium/chrome/browser/importer/
ie_importer.cc 61 if (GetFileTime(file_handle, &creation_filetime, NULL, NULL))
  /external/chromium/base/
file_util_posix.cc 344 if (!GetFileTime(file_handle, &utc_filetime, NULL, NULL))
file_util_win.cc 353 if (!GetFileTime(file_handle, &utc_filetime, NULL, NULL))
    [all...]

Completed in 2722 milliseconds