Home
last modified time | relevance | path

Searched refs:unzipCmd (Results 1 – 1 of 1) sorted by relevance

/packages/modules/DnsResolver/tests/
Dresolv_gold_test.cpp72 const std::string unzipCmd = "unzip -o " + kTestDataPath + "pb.zip -d " + kTestDataPath + in SetUpTestSuite() local
75 if (W_EXITCODE(0, 0) != system(unzipCmd.c_str())) { in SetUpTestSuite()