Home
last modified time | relevance | path

Searched defs:fs_type (Results 1 – 6 of 6) sorted by relevance

/system/core/fastboot/
Dfs.cpp202 const char* fs_type; //must match what fastboot reports for partition type member
213 const struct fs_generator* fs_get_generator(const std::string& fs_type) { in fs_get_generator()
/system/vold/
DIdleMaint.cpp87 const std::string& fs_type = vol->getFsType(); in addFromVolumeManager() local
105 auto fs_type = std::string(fstab->recs[i].fs_type); in addFromFstab() local
/system/core/fs_mgr/include_fstab/fstab/
Dfstab.h42 char* fs_type; member
/system/extras/tests/fstest/
Drecovery_test.cpp271 Fs_Type fs_type; member in android::FsRecoveryTest
/system/core/fs_mgr/
Dfs_mgr.cpp126 static bool is_extfs(const std::string& fs_type) { in is_extfs()
138 static void check_fs(const char *blk_device, char *fs_type, char *target, int *fs_stat) in check_fs()
Dfs_mgr_fstab.cpp858 const char *mount_point, const char *fs_type, in fs_mgr_add_entry()