Searched refs:control_ (Results 1 – 6 of 6) sorted by relevance
/system/incremental_delivery/incfs/tests/ |
D | incfs_test.cpp | 53 auto wfd = openForSpecialOps(control_, fileId(id)); in writeTestRanges() 109 auto fd = openForSpecialOps(control_, fileId(1)); in writeBlock() 126 ASSERT_TRUE(control_.logs() >= 0); in testWriteBlockAndPageRead() 128 makeFile(control_, mountPath(test_file_name_), 0555, id, in testWriteBlockAndPageRead() 134 auto res = waitForPageReads(control_, std::chrono::seconds(5), &reads); in testWriteBlockAndPageRead() 161 makeFile(control_, mountPath(test_file_name_), 0555, id, in testWaitForPendingReads() 167 waitForPendingReads(control_, std::chrono::seconds(10), &pending_reads)); in testWaitForPendingReads() 179 auto fd = openForSpecialOps(control_, fileId(1)); in testWaitForPendingReads() 219 ASSERT_EQ(0, makeDir(control_, mountPath(test_dir_name_))); in TEST_F() 233 makeFile(control_, mountPath(test_file_name_), 0555, fileId(1), in TEST_F() [all …]
|
/system/incremental_delivery/incfs/tests/include/ |
D | IncFsTestBase.h | 46 control_ = mount(image_dir_path_, mount_dir_path_, in SetUp() 50 ASSERT_TRUE(control_.cmd() >= 0) << "Expected >= 0 got " << control_.cmd(); in SetUp() 51 ASSERT_TRUE(control_.pendingReads() >= 0); in SetUp() 52 ASSERT_TRUE(control_.logs() >= 0); in SetUp() 108 int res = makeFile(control_, mountPath(test_file_name_), 0555, fileId(id), in makeFileWithHash() 123 Control control_; variable
|
/system/core/fs_mgr/libdm/ |
D | loop_control.cpp | 168 control_.Detach(device_); in ~LoopDevice() 173 valid_ = control_.Attach(fd_.get(), timeout_ms, &device_); in Init()
|
/system/core/fs_mgr/libdm/include/libdm/ |
D | loop_control.h | 91 LoopControl control_; variable
|
/system/incremental_delivery/incfs/tests/util/ |
D | map_ptr_test.cpp | 40 ASSERT_TRUE(control_.logs() >= 0); in SetUp() 41 ASSERT_EQ(0, makeFile(control_, mountPath(test_file_name_), 0555, id, {.size = FILE_SIZE})); in SetUp() 42 auto fd = openForSpecialOps(control_, fileId(1)); in SetUp()
|
/system/core/fs_mgr/libfiemap/ |
D | image_manager.cpp | 352 : control_(control), devices_(devices), commit_(false) {} in AutoDetachLoopDevices() 357 control_.Detach(device); in ~AutoDetachLoopDevices() 364 LoopControl& control_; member in android::fiemap::AutoDetachLoopDevices
|