Home
last modified time | relevance | path

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

/aosp12/system/core/fs_mgr/libsnapshot/
H A Dpower_test.cpp104 std::string snapshot_path_; member in android::snapshot::PowerTest
183 unique_fd snap_fd(open(snapshot_path_.c_str(), O_WRONLY)); in Create()
185 std::cerr << "open " << snapshot_path_ << ": " << strerror(errno) << "\n"; in Create()
199 std::cerr << "write " << snapshot_path_ << ": " << strerror(errno) << "\n"; in Create()
354 if (!dm_.CreateDevice(kSnapshotName, table, &snapshot_path_, 10s)) { in MapSnapshot()