Searched refs:header_path (Results 1 – 3 of 3) sorted by relevance
1520 const string header_path = in TEST_F() local1523 io_delegate_.AddBrokenFilePath(header_path); in TEST_F()1528 ASSERT_TRUE(io_delegate_.PathWasRemoved(header_path)); in TEST_F()
1136 const string header_path = options.OutputHeaderDir() + HeaderFile(interface, header_type); in WriteHeader() local1137 unique_ptr<CodeWriter> code_writer(io_delegate.GetCodeWriter(header_path)); in WriteHeader()1142 io_delegate.RemovePath(header_path); in WriteHeader()1195 const string header_path = options.OutputHeaderDir() + HeaderFile(parcelable, ClassNames::RAW); in GenerateCppParcel() local1196 unique_ptr<CodeWriter> header_writer(io_delegate.GetCodeWriter(header_path)); in GenerateCppParcel()
66 const string header_path = in GenerateNdkParcel() local68 unique_ptr<CodeWriter> header_writer(io_delegate.GetCodeWriter(header_path)); in GenerateNdkParcel()