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

  /external/chromium/base/
file_util_linux.cc 14 bool GetFileSystemType(const FilePath& path, FileSystemType* type) {
process_linux.cc 57 file_util::GetFileSystemType(foreground_tasks, &foreground_type) &&
58 file_util::GetFileSystemType(background_tasks, &background_type) &&
file_util.h 650 bool GetFileSystemType(const FilePath& path, FileSystemType* type);
  /external/chromium/chrome/browser/prefs/
pref_service.cc 107 if (file_util::GetFileSystemType(pref_filename.DirName(), &fstype)) {

Completed in 106 milliseconds