OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetWrittenContents
(Results
1 - 5
of
5
) sorted by null
/system/tools/aidl/tests/
fake_io_delegate.h
64
bool
GetWrittenContents
(const std::string& path, std::string* content);
fake_io_delegate.cpp
138
bool FakeIoDelegate::
GetWrittenContents
(const string& path, string* content) {
end_to_end_tests.cpp
58
ASSERT_TRUE(io_delegate_.
GetWrittenContents
(rel_path, &actual_content))
/system/tools/aidl/
aidl_unittest.cpp
236
EXPECT_TRUE(io_delegate_.
GetWrittenContents
("preprocessed", &output));
397
EXPECT_TRUE(io_delegate_.
GetWrittenContents
(options.dep_file_name_,
415
EXPECT_TRUE(io_delegate_.
GetWrittenContents
(options.dep_file_name_,
434
EXPECT_TRUE(io_delegate_.
GetWrittenContents
(options.dep_file_name_,
generate_cpp_unittest.cpp
[
all
...]
Completed in 89 milliseconds