Searched refs:testFile (Results 1 – 2 of 2) sorted by relevance
39 std::string testFile = android::base::GetExecutableDirectory() + "/" + kTestFile; in TEST() local40 ASSERT_TRUE(android::base::ReadFileToString(testFile, &data)); in TEST()
153 DebugUnwindFile testFile; in process() local154 testFile.path = mFdp.ConsumeRandomLengthString(kMaxLen); in process()155 testFile.size = kMaxLen; in process()156 debugVector.push_back(testFile); in process()