Searched refs:CreateImage (Results 1 – 2 of 2) sorted by relevance
67 bool CreateImage(const std::string& name, uint64_t size);
167 if (!CreateImage(file, size_)) { in Preallocate()175 bool PartitionInstaller::CreateImage(const std::string& name, uint64_t size) { in CreateImage() function in android::gsi::PartitionInstaller