Searched defs:fs_type (Results 1 – 10 of 10) sorted by relevance
/aosp14/system/core/fs_mgr/libfiemap/ |
H A D | fiemap_writer.cpp | 236 static bool PerformFileChecks(const std::string& file_path, uint64_t* blocksz, uint32_t* fs_type) { in PerformFileChecks() 318 static bool IsFilePinned(int file_fd, const std::string& file_path, uint32_t fs_type) { in IsFilePinned() 358 static bool PinFile(int file_fd, const std::string& file_path, uint32_t fs_type) { in PinFile() 433 uint64_t file_size, unsigned int fs_type, in AllocateFile() 709 uint32_t fs_type; in Open() local
|
/aosp14/system/core/init/ |
H A D | mount_handler.h | 38 const std::string fs_type; member
|
H A D | mount_handler.cpp | 156 const std::string& fs_type) in MountHandlerEntry()
|
/aosp14/system/core/fs_mgr/libfiemap/include/libfiemap/ |
H A D | fiemap_writer.h | 89 uint32_t fs_type() const { return fs_type_; } in fs_type() function
|
/aosp14/system/core/fastboot/ |
H A D | fs.cpp | 223 const char* fs_type; //must match what fastboot reports for partition type member 234 const struct fs_generator* fs_get_generator(const std::string& fs_type) { in fs_get_generator()
|
/aosp14/system/core/fs_mgr/include_fstab/fstab/ |
H A D | fstab.h | 37 std::string fs_type; member
|
/aosp14/system/core/fs_mgr/ |
H A D | fs_mgr.cpp | 147 static bool is_extfs(const std::string& fs_type) { in is_extfs() 151 static bool is_f2fs(const std::string& fs_type) { in is_f2fs() 187 static void check_fs(const std::string& blk_device, const std::string& fs_type, in check_fs()
|
H A D | fs_mgr_overlayfs.cpp | 876 for (auto fs_type : filesystem_candidates) { in MountScratch() local 938 auto fs_type = ""s; in MakeScratchFilesystem() local
|
H A D | fs_mgr_fstab.cpp | 660 for (const auto& fs_type : lack_fs_list) { in TransformFstabForDsu() local
|
/aosp14/system/core/fs_mgr/libsnapshot/ |
H A D | snapshot.cpp | 4356 std::string fs_type = android::base::Basename(fs.path().c_str()); in DeleteDeviceIfExists() local
|