OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ScopedLoopbackDeviceBinder
(Results
1 - 4
of
4
) sorted by null
/system/update_engine/payload_consumer/
postinstall_runner_action_unittest.cc
44
using chromeos_update_engine::test_utils::
ScopedLoopbackDeviceBinder
;
249
ScopedLoopbackDeviceBinder
loop(postinstall_image_, false, nullptr);
259
ScopedLoopbackDeviceBinder
loop(postinstall_image_, false, nullptr);
265
ScopedLoopbackDeviceBinder
loop(postinstall_image_, false, nullptr);
291
ScopedLoopbackDeviceBinder
loop(postinstall_image_, false, nullptr);
299
ScopedLoopbackDeviceBinder
loop(postinstall_image_, false, nullptr);
307
ScopedLoopbackDeviceBinder
loop(postinstall_image_, false, nullptr);
316
ScopedLoopbackDeviceBinder
loop(postinstall_image_, false, nullptr);
324
ScopedLoopbackDeviceBinder
loop(postinstall_image_, false, nullptr);
338
ScopedLoopbackDeviceBinder
loop(postinstall_image_, false, nullptr)
[
all
...]
filesystem_verifier_action_unittest.cc
156
test_utils::
ScopedLoopbackDeviceBinder
a_dev_releaser(
/system/update_engine/common/
test_utils.h
131
class
ScopedLoopbackDeviceBinder
{
133
ScopedLoopbackDeviceBinder
(const std::string& file,
143
~
ScopedLoopbackDeviceBinder
() {
165
DISALLOW_COPY_AND_ASSIGN(
ScopedLoopbackDeviceBinder
);
193
//
ScopedLoopbackDeviceBinder
(then the loop device can be deleted)
196
std::unique_ptr<
ScopedLoopbackDeviceBinder
> loop_binder_;
test_utils.cc
324
new
ScopedLoopbackDeviceBinder
(file_path, true, &loop_dev));
Completed in 49 milliseconds