Searched refs:mount_path (Results 1 – 1 of 1) sorted by relevance
260 string mount_path; in CreateExtImageAtPath() local261 CHECK(utils::MakeTempDirectory(kMountPathTemplate, &mount_path)); in CreateExtImageAtPath()262 ScopedDirRemover mount_path_unlinker(mount_path); in CreateExtImageAtPath()270 mount_path.c_str()))); in CreateExtImageAtPath()271 EXPECT_EQ(0, System(StringPrintf("echo hi > %s/hi", mount_path.c_str()))); in CreateExtImageAtPath()273 mount_path.c_str()))); in CreateExtImageAtPath()274 EXPECT_EQ(0, System(StringPrintf("mkdir %s/some_dir", mount_path.c_str()))); in CreateExtImageAtPath()276 mount_path.c_str()))); in CreateExtImageAtPath()278 mount_path.c_str()))); in CreateExtImageAtPath()280 mount_path.c_str()))); in CreateExtImageAtPath()[all …]