Home
last modified time | relevance | path

Searched refs:GetFileSystemType (Results 1 – 3 of 3) sorted by relevance

/external/libchrome/base/files/
Dfile_util_linux.cc16 bool GetFileSystemType(const FilePath& path, FileSystemType* type) { in GetFileSystemType() function
Dfile_util.h417 BASE_EXPORT bool GetFileSystemType(const FilePath& path, FileSystemType* type);
/external/libchrome/crypto/
Dnss_util.cc163 if (base::GetFileSystemType(database_dir, &fs_type)) in UseLocalCacheOfNSSDatabaseIfNFS()