Home
last modified time | relevance | path

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

/aosp12/system/core/fs_mgr/libsnapshot/
H A Dpower_test.cpp463 std::string md_path, image_path; variable
466 if (!dm_.GetDmDevicePathByName(kSnapshotName, &md_path)) {
475 unique_fd md_fd(open(md_path.c_str(), O_RDONLY));
477 std::cerr << "open: " << md_path << ": " << strerror(errno) << "\n";