Searched defs:fs_type (Results 1 – 15 of 15) sorted by relevance
/system/core/init/ |
D | mount_handler.h | 38 const std::string fs_type; member
|
D | mount_handler.cpp | 156 const std::string& fs_type) in MountHandlerEntry()
|
/system/core/fs_mgr/libfiemap/ |
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
|
/system/core/fs_mgr/libfiemap/include/libfiemap/ |
D | fiemap_writer.h | 89 uint32_t fs_type() const { return fs_type_; } in fs_type() function
|
/system/core/fastboot/ |
D | fs.cpp | 247 const char* fs_type; //must match what fastboot reports for partition type member 258 const struct fs_generator* fs_get_generator(const std::string& fs_type) { in fs_get_generator()
|
/system/apex/apexd/ |
D | apex_file.h | 68 const std::optional<std::string>& fs_type, bool is_compressed) in ApexFile()
|
D | apex_file.cpp | 86 std::optional<std::string> fs_type; in Open() local
|
/system/extras/tests/fstest/ |
D | recovery_test.cpp | 270 Fs_Type fs_type; member in android::FsRecoveryTest
|
/system/vold/ |
D | EncryptInplace.cpp | 98 void InPlaceEncrypter::InitFs(const std::string& fs_type, uint64_t blocks_to_encrypt, in InitFs()
|
D | MetadataCrypt.cpp | 241 const std::string& fs_type) { in fscrypt_mount_metadata_encrypted()
|
D | IdleMaint.cpp | 110 const std::string& fs_type = vol->getFsType(); in addFromVolumeManager() local
|
/system/core/fs_mgr/include_fstab/fstab/ |
D | fstab.h | 36 std::string fs_type; member
|
/system/core/fs_mgr/ |
D | fs_mgr.cpp | 149 static bool is_extfs(const std::string& fs_type) { in is_extfs() 153 static bool is_f2fs(const std::string& fs_type) { in is_f2fs() 189 static void check_fs(const std::string& blk_device, const std::string& fs_type, in check_fs()
|
/system/core/fastboot/device/ |
D | variables.cpp | 342 fastboot_hal->getPartitionType(args[0], [&](FileSystemType fs_type, Result result) { in GetPartitionType()
|
/system/core/fs_mgr/libsnapshot/ |
D | snapshot.cpp | 4225 std::string fs_type = android::base::Basename(fs.path().c_str()); in DeleteDeviceIfExists() local
|