HomeSort by relevance Sort by last modified time
    Searched refs:mount_path (Results 1 - 5 of 5) sorted by null

  /system/update_engine/common/
test_utils.cc 260 string mount_path; local
261 CHECK(utils::MakeTempDirectory(kMountPathTemplate, &mount_path));
262 ScopedDirRemover mount_path_unlinker(mount_path);
270 mount_path.c_str())));
271 EXPECT_EQ(0, System(StringPrintf("echo hi > %s/hi", mount_path.c_str())));
273 mount_path.c_str())));
274 EXPECT_EQ(0, System(StringPrintf("mkdir %s/some_dir", mount_path.c_str())));
276 mount_path.c_str())));
278 mount_path.c_str())));
280 mount_path.c_str())))
    [all...]
  /external/autotest/client/site_tests/platform_CrosDisksFormat/
platform_CrosDisksFormat.py 51 mount_path = image.mount()
52 if not test_content.create(mount_path):
54 if not test_content.verify(mount_path):
  /external/autotest/client/site_tests/power_IdleSuspend/
power_IdleSuspend.py 49 mount_path = '/usr/share/power_manager/%s' % key
51 utils.run('mount --bind %s %s' % (tmp_path, mount_path))
52 self.mounts.append(mount_path)
  /external/autotest/client/site_tests/platform_CrosDisksDBus/
platform_CrosDisksDBus.py 83 for mount_path in mount_paths:
84 if not mount_path:
155 'mount_path': '',
  /external/autotest/client/site_tests/platform_FilePerms/
platform_FilePerms.py 23 mount_path = '/bin/mount' variable in class:platform_FilePerms

Completed in 317 milliseconds