/aosp12/bootable/recovery/updater/include/updater/ |
H A D | target_files.h | 30 FstabInfo(std::string blockdev_name, std::string mount_point, std::string fs_type) in FstabInfo() 37 std::string fs_type; variable
|
/aosp12/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() 743 uint32_t fs_type; in Open() local
|
/aosp12/system/core/init/ |
H A D | mount_handler.h | 38 const std::string fs_type; member
|
H A D | mount_handler.cpp | 104 const std::string& fs_type) in MountHandlerEntry()
|
/aosp12/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
|
/aosp12/system/core/fastboot/ |
H A D | fs.cpp | 240 const char* fs_type; //must match what fastboot reports for partition type member 251 const struct fs_generator* fs_get_generator(const std::string& fs_type) { in fs_get_generator()
|
/aosp12/system/apex/apexd/ |
H A D | apex_file.h | 65 const std::optional<std::string>& fs_type, bool is_compressed) in ApexFile()
|
H A D | apex_file.cpp | 85 std::optional<std::string> fs_type; in Open() local
|
/aosp12/build/make/tools/releasetools/ |
H A D | build_image.py | 85 def GetFilesystemCharacteristics(fs_type, image_path, sparse_image=True): argument
|
H A D | common.py | 1042 def __init__(self, mount_point, fs_type, device, length, context, slotselect): argument
|
/aosp12/bootable/recovery/updater/ |
H A D | updater_runtime.cpp | 92 const std::string_view fs_type, const std::string_view mount_options) { in Mount()
|
H A D | target_files.cpp | 89 const auto& fs_type = tokens[2]; in ParseFstab() local
|
H A D | install.cpp | 297 const std::string& fs_type = args[0]; in MountFn() local 402 const std::string& fs_type = args[0]; in FormatFn() local
|
/aosp12/system/extras/tests/fstest/ |
H A D | recovery_test.cpp | 270 Fs_Type fs_type; member in android::FsRecoveryTest
|
/aosp12/packages/modules/Virtualization/authfs/tests/java/src/com/android/fs/ |
H A D | AuthFsHostTest.java | 342 String fs_type = expectRemoteCommandToSucceed("stat -f -c '%t' " + path); in isRemoteDirectoryOnFuse() local
|
/aosp12/system/vold/ |
H A D | MetadataCrypt.cpp | 216 const std::string& fs_type) { in fscrypt_mount_metadata_encrypted()
|
H A D | EncryptInplace.cpp | 105 void InPlaceEncrypter::InitFs(const std::string& fs_type, uint64_t blocks_to_encrypt, in InitFs()
|
H A D | IdleMaint.cpp | 104 const std::string& fs_type = vol->getFsType(); in addFromVolumeManager() local
|
/aosp12/bionic/libc/kernel/uapi/linux/ |
H A D | msdos_fs.h | 110 __u8 fs_type[8]; member 125 __u8 fs_type[8]; member
|
/aosp12/system/core/fs_mgr/include_fstab/fstab/ |
H A D | fstab.h | 36 std::string fs_type; member
|
/aosp12/system/core/fs_mgr/ |
H A 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() 173 static void check_fs(const std::string& blk_device, const std::string& fs_type, in check_fs()
|
/aosp12/system/core/fastboot/device/ |
H A D | variables.cpp | 349 fastboot_hal->getPartitionType(args[0], [&](FileSystemType fs_type, Result result) { in GetPartitionType()
|
/aosp12/system/core/fs_mgr/libsnapshot/ |
H A D | snapshot.cpp | 3808 std::string fs_type = android::base::Basename(fs.path().c_str()); in DeleteDeviceIfExists() local
|