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

/system/tools/aidl/
H A Dgenerate_cpp_unittest.cpp1401 const char kOutputPath[] = "output.cpp"; member in namespace:android::aidl::cpp::test_io_handling
1422 "aidl-cpp", kInputPath, kHeaderDir, kOutputPath
1447 ASSERT_FALSE(io_delegate_.GetWrittenContents(kOutputPath, nullptr));
1453 using test_io_handling::kOutputPath;
1458 io_delegate_.AddBrokenFilePath(kOutputPath);
1461 ASSERT_TRUE(io_delegate_.PathWasRemoved(kOutputPath));

Completed in 38 milliseconds