Searched refs:GetFileSystemType (Results 1 - 4 of 4) sorted by relevance

/external/chromium/base/
H A Dfile_util_linux.cc14 bool GetFileSystemType(const FilePath& path, FileSystemType* type) { function in namespace:file_util
H A Dprocess_linux.cc57 file_util::GetFileSystemType(foreground_tasks, &foreground_type) &&
58 file_util::GetFileSystemType(background_tasks, &background_type) &&
H A Dfile_util.h650 bool GetFileSystemType(const FilePath& path, FileSystemType* type);
/external/chromium/chrome/browser/prefs/
H A Dpref_service.cc107 if (file_util::GetFileSystemType(pref_filename.DirName(), &fstype)) {

Completed in 147 milliseconds