Searched refs:kOutputPath (Results 1 - 1 of 1) sorted by path

/system/tools/aidl/
H A Dgenerate_cpp_unittest.cpp757 const char kOutputPath[] = "output.cpp"; member in namespace:android::aidl::cpp::test_io_handling
778 "aidl-cpp", kInputPath, kHeaderDir, kOutputPath
803 ASSERT_FALSE(io_delegate_.GetWrittenContents(kOutputPath, nullptr));
809 using test_io_handling::kOutputPath;
814 io_delegate_.AddBrokenFilePath(kOutputPath);
817 ASSERT_TRUE(io_delegate_.PathWasRemoved(kOutputPath));

Completed in 68 milliseconds