Searched refs:big_file_ (Results 1 – 2 of 2) sorted by relevance
262 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()
184 std::unique_ptr<TemporaryFile> big_file_; variable