Home
last modified time | relevance | path

Searched defs:fvm_fd (Results 1 – 7 of 7) sorted by relevance

/system/uapp/disk-pave/
A Dpave-lib.cpp418 fbl::unique_fd fvm_fd; in FvmPartitionFormat() local
515 zx_status_t FvmPartitionIsChild(const fbl::unique_fd& fvm_fd, const fbl::unique_fd& partition_fd) { in FvmPartitionIsChild()
552 zx_status_t WipeAllFvmPartitionsWithGUID(const fbl::unique_fd& fvm_fd, const uint8_t type_guid[]) { in WipeAllFvmPartitionsWithGUID()
586 zx_status_t PreProcessPartitions(const fbl::unique_fd& fvm_fd, in PreProcessPartitions()
659 zx_status_t AllocatePartitions(const fbl::unique_fd& fvm_fd, in AllocatePartitions()
729 fbl::unique_fd fvm_fd(FvmPartitionFormat(std::move(partition_fd2), hdr->slice_size, in FvmStreamPartitions() local
/system/ulib/fs-management/
A Dfvm.cpp212 int fvm_allocate_partition(int fvm_fd, const alloc_req_t* request) { in fvm_allocate_partition()
/system/ulib/fs-test-utils/
A Dfixture.cpp155 fbl::unique_fd fvm_fd(open(fvm_device_path.c_str(), O_RDWR)); in MakeFvm() local
/system/utest/fs/
A Dfilesystems.cpp108 int fvm_fd; in setup_fs_test() local
/system/utest/zxcrypt/
A Dtest-device.cpp342 fbl::unique_fd fvm_fd; in CreateFvmPart() local
/system/utest/blobfs/
A Dblobfs.cpp265 fbl::unique_fd fvm_fd(open(fvm_path_, O_RDWR)); in Init() local
/system/utest/fvm/
A Dfvm.cpp126 int FVMRebind(int fvm_fd, char* ramdisk_path, const partition_entry_t* entries, in FVMRebind()

Completed in 22 milliseconds