Home
last modified time | relevance | path

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

/aosp12/bootable/recovery/updater/include/updater/
H A Dtarget_files.h30 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 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()
743 uint32_t fs_type; in Open() local
/aosp12/system/core/init/
H A Dmount_handler.h38 const std::string fs_type; member
H A Dmount_handler.cpp104 const std::string& fs_type) in MountHandlerEntry()
/aosp12/system/core/fs_mgr/libfiemap/include/libfiemap/
H A Dfiemap_writer.h89 uint32_t fs_type() const { return fs_type_; } in fs_type() function
/aosp12/system/core/fastboot/
H A Dfs.cpp240 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 Dapex_file.h65 const std::optional<std::string>& fs_type, bool is_compressed) in ApexFile()
H A Dapex_file.cpp85 std::optional<std::string> fs_type; in Open() local
/aosp12/build/make/tools/releasetools/
H A Dbuild_image.py85 def GetFilesystemCharacteristics(fs_type, image_path, sparse_image=True): argument
H A Dcommon.py1042 def __init__(self, mount_point, fs_type, device, length, context, slotselect): argument
/aosp12/bootable/recovery/updater/
H A Dupdater_runtime.cpp92 const std::string_view fs_type, const std::string_view mount_options) { in Mount()
H A Dtarget_files.cpp89 const auto& fs_type = tokens[2]; in ParseFstab() local
H A Dinstall.cpp297 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 Drecovery_test.cpp270 Fs_Type fs_type; member in android::FsRecoveryTest
/aosp12/packages/modules/Virtualization/authfs/tests/java/src/com/android/fs/
H A DAuthFsHostTest.java342 String fs_type = expectRemoteCommandToSucceed("stat -f -c '%t' " + path); in isRemoteDirectoryOnFuse() local
/aosp12/system/vold/
H A DMetadataCrypt.cpp216 const std::string& fs_type) { in fscrypt_mount_metadata_encrypted()
H A DEncryptInplace.cpp105 void InPlaceEncrypter::InitFs(const std::string& fs_type, uint64_t blocks_to_encrypt, in InitFs()
H A DIdleMaint.cpp104 const std::string& fs_type = vol->getFsType(); in addFromVolumeManager() local
/aosp12/bionic/libc/kernel/uapi/linux/
H A Dmsdos_fs.h110 __u8 fs_type[8]; member
125 __u8 fs_type[8]; member
/aosp12/system/core/fs_mgr/include_fstab/fstab/
H A Dfstab.h36 std::string fs_type; member
/aosp12/system/core/fs_mgr/
H A Dfs_mgr.cpp149 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 Dvariables.cpp349 fastboot_hal->getPartitionType(args[0], [&](FileSystemType fs_type, Result result) { in GetPartitionType()
/aosp12/system/core/fs_mgr/libsnapshot/
H A Dsnapshot.cpp3808 std::string fs_type = android::base::Basename(fs.path().c_str()); in DeleteDeviceIfExists() local