Home
last modified time | relevance | path

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

/system/core/fs_mgr/libsnapshot/
Dtest_helpers.cpp262 big_file_ = std::make_unique<TemporaryFile>(); in Init()
263 if (big_file_->fd == -1) { in Init()
266 if (!android::base::StartsWith(big_file_->path, kUserDataDevice)) { in Init()
267 return AssertionFailure() << "Temp file allocated to " << big_file_->path << ", not in " in Init()
274 int status = fallocate(big_file_->fd, 0, allocated, next_consume); in Init()
288 LOG(INFO) << allocated << " bytes allocated to " << big_file_->path; in Init()
/system/core/fs_mgr/libsnapshot/include_test/libsnapshot/
Dtest_helpers.h184 std::unique_ptr<TemporaryFile> big_file_; variable