Lines Matching refs:mount_path
260 string mount_path;
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())));
282 mount_path.c_str())));
283 EXPECT_EQ(0, System(StringPrintf("mknod %s/cdev c 2 3", mount_path.c_str())));
285 mount_path.c_str())));
287 mount_path.c_str(), mount_path.c_str())));
289 mount_path.c_str())));
291 mount_path.c_str(), mount_path.c_str())));
293 mount_path.c_str())));
294 EXPECT_TRUE(utils::UnmountFilesystem(mount_path.c_str()));