Home
last modified time | relevance | path

Searched refs:CreatePartition (Results 1 – 18 of 18) sorted by relevance

/aosp_15_r20/external/gptfdisk/
H A Dgpttext.cc201 void GPTDataTextUI::CreatePartition(void) { in CreatePartition() function in GPTDataTextUI
254 GPTData::CreatePartition(partNum, firstBlock, lastBlock); in CreatePartition()
632 CreatePartition(); in MainMenu()
H A Dgptcl.cc320 if (CreatePartition(newPartNum, startSector, endSector)) { in DoOptions()
338 if (CreatePartition(largestPartNum - 1, startSector, endSector)) { in DoOptions()
H A Dgpttext.h44 void CreatePartition(void);
H A Dgpt.h148 uint32_t CreatePartition(uint32_t partNum, uint64_t startSector, uint64_t endSector);
H A Dgptcurses.cc472 if (CreatePartition(partNum, newFirstLBA, newLastLBA)) { // created OK; set type code & name.... in MakeNewPart()
H A Dgpt.cc1955 uint32_t GPTData::CreatePartition(uint32_t partNum, uint64_t startSector, uint64_t endSector) { in CreatePartition() function in GPTData
/aosp_15_r20/system/gsid/
H A Dgsi_tool.cpp55 static int CreatePartition(sp<IGsiService> gsid, int argc, char** argv);
66 {"create-partition", CreatePartition},
379 static int CreatePartition(sp<IGsiService> gsid, int argc, char** argv) { in CreatePartition() function
/aosp_15_r20/packages/modules/Virtualization/android/vm/src/
Dmain.rs337 CreatePartition { enumerator
418 Opt::CreatePartition { path, size, partition_type } => { in main()
/aosp_15_r20/system/update_engine/payload_generator/
H A Ddelta_diff_utils_unittest.cc75 void CreatePartition(PartitionConfig* part, in CreatePartition() function
117 CreatePartition(&old_part_, in SetUp()
121 CreatePartition(&new_part_, in SetUp()
/aosp_15_r20/system/core/fs_mgr/libsnapshot/
H A Dsnapshot_test.cpp300 bool CreatePartition(const std::string& name, uint64_t size, std::string* path = nullptr, in CreatePartition() function in android::snapshot::SnapshotTest
310 return CreatePartition(builder.get(), name, size, path, partition_group);
313 bool CreatePartition(MetadataBuilder* builder, const std::string& name, uint64_t size, in CreatePartition() function in android::snapshot::SnapshotTest
469 if (!CreatePartition(builder.get(), "test_partition_a", device_size, nullptr, "group_a")) { in PrepareOneSnapshot()
596 ASSERT_TRUE(CreatePartition("base-device", kDeviceSize, &base_device)); in TEST_F()
777 ASSERT_TRUE(CreatePartition("test_partition_b", kDeviceSize)); in TEST_F()
820 ASSERT_TRUE(CreatePartition("test_partition_b", kDeviceSize)); in TEST_F()
/aosp_15_r20/external/gptfdisk/fuzzer/
H A Dlibgptf_fuzzer.cc63 mGptData.CreatePartition(mFdp.ConsumeIntegral<uint8_t>() /* partNum */, in init()
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
Dminitape.h192 TAPE_PROCESS_COMMAND_ROUTINE CreatePartition; member
/aosp_15_r20/system/core/fastboot/
H A Dfastboot_driver.h70 RetCode CreatePartition(const std::string& partition, const std::string& size);
H A Dfastboot_driver.cpp82 RetCode FastBootDriver::CreatePartition(const std::string& partition, const std::string& size) { in CreatePartition() function in fastboot::FastBootDriver
H A Dfastboot.cpp2588 fb->CreatePartition(partition, size); in Main()
/aosp_15_r20/external/googleapis/google/cloud/dataplex/v1/
H A Dmetadata.proto80 rpc CreatePartition(CreatePartitionRequest) returns (Partition) { rpc
/aosp_15_r20/external/google-cloud-java/java-dataplex/proto-google-cloud-dataplex-v1/src/main/proto/google/cloud/dataplex/v1/
H A Dmetadata.proto80 rpc CreatePartition(CreatePartitionRequest) returns (Partition) { rpc
/aosp_15_r20/system/core/fastboot/fuzzy_fastboot/
H A Dmain.cpp256 EXPECT_EQ(fb->CreatePartition(test_partition_name, "0"), SUCCESS) in TEST_F()