Home
last modified time | relevance | path

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

/frameworks/native/cmds/dumpstate/tests/
Ddumpstate_smoke_test.cpp223 static const std::string getZipFilePath() { in getZipFilePath() function in android::os::dumpstate::ZippedBugreportGenerationTest
234 EXPECT_EQ(access(getZipFilePath().c_str(), F_OK), 0); in TEST_F()
239 EXPECT_EQ(stat(getZipFilePath().c_str(), &st), 0); in TEST_F()
257 ASSERT_EQ(OpenArchive(ZippedBugreportGenerationTest::getZipFilePath().c_str(), &handle), 0); in SetUp()
329 ASSERT_EQ(OpenArchive(ZippedBugreportGenerationTest::getZipFilePath().c_str(), &handle), 0); in SetUp()
337 ParseSections(ZippedBugreportGenerationTest::getZipFilePath().c_str(), in SetUpTestCase()