Searched refs:super_path_ (Results 1 – 2 of 2) sorted by relevance
108 explicit SuperHelper(const std::string& super_path) : super_path_(super_path) {} in SuperHelper()127 std::string super_path_; member in SuperHelper153 std::cerr << "Could not read super partition metadata for " << super_path_ << "\n"; in Open()158 std::cerr << "Could not create MetadataBuilder for " << super_path_ << "\n"; in Open()231 auto actual_path = super_path_; in OpenSuperFile()240 if (!MaybeUnsparse(super_path_, super_fd_, &temp_super_, &sparse_block_size_)) { in OpenSuperFile()
122 std::string super_path_; member in android::init::FirstStageMountVBootV2303 if (!android::base::Realpath(super_symlink, &super_path_)) { in InitDevices()362 if (super_path_.empty()) { in CreateLogicalPartitions()378 auto metadata = android::fs_mgr::ReadCurrentMetadata(super_path_); in CreateLogicalPartitions()380 LOG(ERROR) << "Could not read logical partition metadata from " << super_path_; in CreateLogicalPartitions()386 return android::fs_mgr::CreateLogicalPartitions(*metadata.get(), super_path_); in CreateLogicalPartitions()415 if (!sm->CreateLogicalAndSnapshotPartitions(super_path_)) { in CreateSnapshotPartitions()