Home
last modified time | relevance | path

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

/system/extras/partition_tools/
Dlpunpack.cc129 std::string super_path = argv[optind++]; in main() local
144 if (!android::base::Realpath(super_path, &abs_super_path)) { in main()
145 std::cerr << "realpath failed: " << super_path << ": " << strerror(errno) << "\n"; in main()
149 unique_fd fd(open(super_path.c_str(), O_RDONLY | O_CLOEXEC)); in main()
/system/core/init/
Dfirst_stage_mount.cpp618 std::string super_path; in UseGsiIfPresent() local
620 super_path = "/dev/block/by-name/" + super_name; in UseGsiIfPresent()
622 super_path = "/dev/block/" + super_name; in UseGsiIfPresent()
625 if (!android::fs_mgr::CreateLogicalPartitions(*metadata.get(), super_path)) { in UseGsiIfPresent()