Searched refs:rollback_path (Results 1 – 2 of 2) sorted by relevance
1174 auto rollback_path = create_data_misc_ce_rollback_path( in destroyCeSnapshotsNotSpecified() local1176 int res = delete_dir_contents_and_dir(rollback_path, true /* ignore_if_missing */); in destroyCeSnapshotsNotSpecified()1178 return error(res, "Failed clearing snapshot " + rollback_path); in destroyCeSnapshotsNotSpecified()
1725 auto rollback_path = in SnapshotDataDirectory() local1728 const Result<void> result = CreateDirIfNeeded(rollback_path, 0700); in SnapshotDataDirectory()1736 StringPrintf("%s/%s", rollback_path.c_str(), apex_name.c_str()); in SnapshotDataDirectory()