Home
last modified time | relevance | path

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

/system/core/fs_mgr/libfiemap_writer/
Dfiemap_writer.cpp200 uint32_t* fs_type) { in PerformFileChecks()
272 uint64_t file_size, unsigned int fs_type, in AllocateFile()
350 static bool PinFile(int file_fd, const std::string& file_path, uint32_t fs_type) { in PinFile()
387 static bool IsFilePinned(int file_fd, const std::string& file_path, uint32_t fs_type) { in IsFilePinned()
621 uint32_t fs_type; in Open() local
/system/core/init/
Dmount_handler.h38 const std::string fs_type; member
Dmount_handler.cpp105 const std::string& fs_type) in MountHandlerEntry()
/system/core/fs_mgr/libfiemap_writer/include/libfiemap_writer/
Dfiemap_writer.h77 uint32_t fs_type() const { return fs_type_; } in fs_type() function
/system/core/fastboot/
Dfs.cpp197 const char* fs_type; //must match what fastboot reports for partition type member
208 const struct fs_generator* fs_get_generator(const std::string& fs_type) { in fs_get_generator()
/system/extras/tests/fstest/
Drecovery_test.cpp272 Fs_Type fs_type; member in android::FsRecoveryTest
/system/vold/
DIdleMaint.cpp96 const std::string& fs_type = vol->getFsType(); in addFromVolumeManager() local
/system/core/fs_mgr/
Dfs_mgr.cpp152 static bool is_extfs(const std::string& fs_type) { in is_extfs()
156 static bool is_f2fs(const std::string& fs_type) { in is_f2fs()
176 static void check_fs(const std::string& blk_device, const std::string& fs_type, in check_fs()
/system/core/fs_mgr/include_fstab/fstab/
Dfstab.h36 std::string fs_type; member
/system/core/fastboot/device/
Dvariables.cpp328 fastboot_hal->getPartitionType(args[0], [&](FileSystemType fs_type, Result result) { in GetPartitionType()