applypatch_test.cpp | 83 rand_file = "/cache/applypatch_test_rand.file"; 86 // write stuff to rand_file 87 android::base::WriteStringToFile("hello", rand_file); 103 static std::string rand_file; member in class:ApplyPatchTest 155 ASSERT_EQ(0, LoadFileContents(&rand_file[0], &fc)); 198 std::string ApplyPatchTest::rand_file; member in class:ApplyPatchTest
|