Searched refs:loop_device (Results 1 – 1 of 1) sorted by relevance
440 void SetupFileSystem(std::string loop_device) { in SetupFileSystem() argument441 EXPECT_EQ(system((std::string("mke2fs ") + loop_device).c_str()), 0); in SetupFileSystem()444 system((std::string("mount ") + loop_device + " " MOUNT_POINT).c_str()), in SetupFileSystem()