Searched refs:snapshot_path_ (Results 1 – 1 of 1) sorted by relevance
104 std::string snapshot_path_; member in android::snapshot::PowerTest183 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()