HomeSort by relevance Sort by last modified time
    Searched refs:GetFileTime (Results 1 - 19 of 19) 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/chromium_org/third_party/libjingle/source/talk/base/
unixfilesystem.h 110 virtual bool GetFileTime(const Pathname& path, FileTimeType which,
win32filesystem.h 95 virtual bool GetFileTime(const Pathname& path, FileTimeType which,
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,
  /external/chromium_org/sandbox/win/src/
handle_closer_test.cc 32 CHECK(::GetFileTime(module, &timestamp, NULL, NULL));
  /external/chromium_org/chrome/installer/util/
user_experiment.cc 85 return ::GetFileTime(file, NULL, NULL, &time) ? FileTimeToHours(time) : -1;
  /external/chromium_org/third_party/zlib/contrib/minizip/
miniunz.c 81 GetFileTime(hFile,&ftCreate,&ftLastAcc,&ftLastWrite);
  /external/zlib/src/contrib/minizip/
miniunz.c 94 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...]
  /external/chromium_org/chrome/utility/importer/
ie_importer_win.cc 75 if (GetFileTime(file_handle, &creation_filetime, NULL, NULL))

Completed in 159 milliseconds