Home
last modified time | relevance | path

Searched refs:CreateImage (Results 1 – 2 of 2) sorted by relevance

/system/gsid/
Dpartition_installer.h67 bool CreateImage(const std::string& name, uint64_t size);
Dpartition_installer.cpp167 if (!CreateImage(file, size_)) { in Preallocate()
175 bool PartitionInstaller::CreateImage(const std::string& name, uint64_t size) { in CreateImage() function in android::gsi::PartitionInstaller