Home
last modified time | relevance | path

Searched refs:FileSystemType (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()
Dfile_util.h393 enum FileSystemType { enum
408 BASE_EXPORT bool GetFileSystemType(const FilePath& path, FileSystemType* type);
/external/libchrome/crypto/
Dnss_util.cc161 base::FileSystemType fs_type = base::FILE_SYSTEM_UNKNOWN; in UseLocalCacheOfNSSDatabaseIfNFS()