Searched defs:fs_type (Results 1 – 10 of 10) sorted by relevance
| /system/core/fs_mgr/libfiemap_writer/ |
| D | fiemap_writer.cpp | 200 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/ |
| D | mount_handler.h | 38 const std::string fs_type; member
|
| D | mount_handler.cpp | 105 const std::string& fs_type) in MountHandlerEntry()
|
| /system/core/fs_mgr/libfiemap_writer/include/libfiemap_writer/ |
| D | fiemap_writer.h | 77 uint32_t fs_type() const { return fs_type_; } in fs_type() function
|
| /system/core/fastboot/ |
| D | fs.cpp | 197 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/ |
| D | recovery_test.cpp | 272 Fs_Type fs_type; member in android::FsRecoveryTest
|
| /system/vold/ |
| D | IdleMaint.cpp | 96 const std::string& fs_type = vol->getFsType(); in addFromVolumeManager() local
|
| /system/core/fs_mgr/ |
| D | fs_mgr.cpp | 152 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/ |
| D | fstab.h | 36 std::string fs_type; member
|
| /system/core/fastboot/device/ |
| D | variables.cpp | 328 fastboot_hal->getPartitionType(args[0], [&](FileSystemType fs_type, Result result) { in GetPartitionType()
|