Searched refs:unzipCmd (Results 1 – 1 of 1) sorted by relevance
72 const std::string unzipCmd = "unzip -o " + kTestDataPath + "pb.zip -d " + kTestDataPath + in SetUpTestSuite() local75 if (W_EXITCODE(0, 0) != system(unzipCmd.c_str())) { in SetUpTestSuite()