OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ScopedLoopbackDeviceBinder
(Results
1 - 5
of
5
) sorted by null
/system/update_engine/payload_consumer/
postinstall_runner_action_unittest.cc
45
using chromeos_update_engine::test_utils::
ScopedLoopbackDeviceBinder
;
245
ScopedLoopbackDeviceBinder
loop(postinstall_image_, false, nullptr);
255
ScopedLoopbackDeviceBinder
loop(postinstall_image_, false, nullptr);
261
ScopedLoopbackDeviceBinder
loop(postinstall_image_, false, nullptr);
284
ScopedLoopbackDeviceBinder
loop(postinstall_image_, false, nullptr);
292
ScopedLoopbackDeviceBinder
loop(postinstall_image_, false, nullptr);
300
ScopedLoopbackDeviceBinder
loop(postinstall_image_, false, nullptr);
309
ScopedLoopbackDeviceBinder
loop(postinstall_image_, false, nullptr);
317
ScopedLoopbackDeviceBinder
loop(postinstall_image_, false, nullptr);
331
ScopedLoopbackDeviceBinder
loop(postinstall_image_, false, nullptr)
[
all
...]
filesystem_verifier_action_unittest.cc
137
test_utils::
ScopedLoopbackDeviceBinder
a_dev_releaser(
/system/update_engine/common/
test_utils.h
122
class
ScopedLoopbackDeviceBinder
{
124
ScopedLoopbackDeviceBinder
(const std::string& file,
134
~
ScopedLoopbackDeviceBinder
() {
156
DISALLOW_COPY_AND_ASSIGN(
ScopedLoopbackDeviceBinder
);
184
//
ScopedLoopbackDeviceBinder
(then the loop device can be deleted)
187
std::unique_ptr<
ScopedLoopbackDeviceBinder
> loop_binder_;
test_utils.cc
255
new
ScopedLoopbackDeviceBinder
(file_path, true, &loop_dev));
utils_unittest.cc
478
test_utils::
ScopedLoopbackDeviceBinder
loop_binder(
Completed in 170 milliseconds