Home
last modified time | relevance | path

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

/dports/devel/android-tools-fastboot/platform_system_core-platform-tools-29.0.5/extras/memory_replay/tests/
H A DNativeInfoTest.cpp29 tmp_file_ = new TemporaryFile(); in SetUp()
30 ASSERT_TRUE(tmp_file_->fd != -1); in SetUp()
34 delete tmp_file_; in TearDown()
37 TemporaryFile* tmp_file_ = nullptr; member in NativeInfoTest
60 ASSERT_TRUE(lseek(tmp_file_->fd, 0, SEEK_SET) != off_t(-1)); in TEST_F()
64 NativeGetInfo(tmp_file_->fd, &rss_bytes, &va_bytes); in TEST_F()
121 ASSERT_TRUE(lseek(tmp_file_->fd, 0, SEEK_SET) != off_t(-1)); in TEST_F()
125 NativeGetInfo(tmp_file_->fd, &rss_bytes, &va_bytes); in TEST_F()
182 ASSERT_TRUE(lseek(tmp_file_->fd, 0, SEEK_SET) != off_t(-1)); in TEST_F()
186 NativeGetInfo(tmp_file_->fd, &rss_bytes, &va_bytes); in TEST_F()
[all …]
/dports/biology/diamond/diamond-2.0.13/src/util/
H A Dasync_buffer.h58 tmp_file_.push_back(new AsyncFile()); in AsyncBuffer()
87 out_.push_back(&parent.tmp_file_[i]); in Iterator()
133 …[bins_processed_], end = bins_processed_ + 1, current_size, disk_size = tmp_file_[bins_processed_]… in load()
136 disk_size += tmp_file_[end].tell(); in load()
169 InputFile f(tmp_file_[bin], InputStreamBuffer::ASYNC); in load_bin()
184 PtrVector<AsyncFile> tmp_file_; member
/dports/net-mgmt/seafile-gui/seafile-client-7.0.9/src/filebrowser/
H A Dtasks.cpp608 tmp_file_(NULL) in GetFileTask()
614 if (tmp_file_) { in ~GetFileTask()
615 tmp_file_->remove(); in ~GetFileTask()
616 delete tmp_file_; in ~GetFileTask()
632 tmp_file_->setAutoRemove(false); in prepare()
633 if (!tmp_file_->open()) { in prepare()
662 if (tmp_file_->write(chunk) <= 0) { in httpReadyRead()
674 tmp_file_->close(); in onHttpRequestFinished()
689 if (!tmp_file_->rename(local_path_)) { in onHttpRequestFinished()
695 delete tmp_file_; in onHttpRequestFinished()
[all …]
H A Dtasks.h386 QTemporaryFile *tmp_file_;
/dports/devel/android-tools-adb/platform_system_core-android-9.0.0_r3/libcutils/tests/
H A Dtrace-dev_test.cpp33 lseek(tmp_file_.fd, 0, SEEK_SET); in SetUp()
34 atrace_marker_fd = tmp_file_.fd; in SetUp()
41 TemporaryFile tmp_file_; member in TraceDevTest
/dports/devel/android-tools-fastboot/platform_system_core-platform-tools-29.0.5/libcutils/
H A Dtrace-dev_test.cpp32 lseek(tmp_file_.fd, 0, SEEK_SET); in SetUp()
33 atrace_marker_fd = tmp_file_.fd; in SetUp()
40 TemporaryFile tmp_file_; member in TraceDevTest
/dports/www/chromium-legacy/chromium-88.0.4324.182/sandbox/linux/integration_tests/
H A Dseccomp_broker_process_unittest.cc1173 BPF_ASSERT_EQ(12, HANDLE_EINTR(write(tmp_file_.fd(), "blahblahblah", 12))); in ChildSetUpPreSandbox()
1179 ScopedTemporaryFile tmp_file_; member in sandbox::StatFileDelegate
1181 std::string temp_str_ = tmp_file_.full_file_name();