Home
last modified time | relevance | path

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

/system/core/init/
Dmount_handler.h38 const std::string fs_type; member
Dmount_handler.cpp156 const std::string& fs_type) in MountHandlerEntry()
/system/core/fs_mgr/libfiemap/include/libfiemap/
Dfiemap_writer.h89 uint32_t fs_type() const { return fs_type_; } in fs_type() function
/system/core/fs_mgr/libfiemap/
Dfiemap_writer.cpp236 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
/system/extras/partition_tools/
Ddynamic_partitions_device_info.proto40 string fs_type = 7 [json_name = "fs_type"]; field
/system/core/fastboot/
Dfs.cpp223 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()
/system/apex/apexd/
Dapex_file.h68 const std::optional<std::string>& fs_type, bool is_compressed) in ApexFile()
Dapex_file.cpp86 std::optional<std::string> fs_type; in Open() local
/system/extras/tests/fstest/
Drecovery_test.cpp270 Fs_Type fs_type; member in android::FsRecoveryTest
/system/vold/
DEncryptInplace.cpp98 void InPlaceEncrypter::InitFs(const std::string& fs_type, uint64_t blocks_to_encrypt, in InitFs()
DMetadataCrypt.cpp244 const std::string& fs_type, const std::string& zoned_device) { in fscrypt_mount_metadata_encrypted()
DIdleMaint.cpp110 const std::string& fs_type = vol->getFsType(); in addFromVolumeManager() local
/system/core/fs_mgr/include_fstab/fstab/
Dfstab.h37 std::string fs_type; member
/system/core/fs_mgr/
Dfs_mgr.cpp147 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()
Dfs_mgr_overlayfs.cpp876 for (auto fs_type : filesystem_candidates) { in MountScratch() local
938 auto fs_type = ""s; in MakeScratchFilesystem() local
Dfs_mgr_fstab.cpp660 for (const auto& fs_type : lack_fs_list) { in TransformFstabForDsu() local
/system/core/fs_mgr/libsnapshot/
Dsnapshot.cpp4356 std::string fs_type = android::base::Basename(fs.path().c_str()); in DeleteDeviceIfExists() local