Searched refs:kCompileCommandIncludePath (Results 1 – 1 of 1) sorted by relevance
/system/tools/aidl/ |
D | options_unittest.cpp | 50 const char kCompileCommandIncludePath[] = "-Iinclude_path"; variable 54 kCompileCommandIncludePath, 65 kCompileCommandIncludePath, 75 kCompileCommandIncludePath, 84 kCompileCommandIncludePath, 141 "aidl", "-b", kCompileCommandIncludePath, kCompileCommandInput, "--parcelable-to-string", in TEST() 173 EXPECT_EQ(string{kCompileCommandIncludePath}.substr(2), *options->ImportDirs().begin()); in TEST() 183 kCompileCommandIncludePath, in TEST() 193 EXPECT_EQ(string{kCompileCommandIncludePath}.substr(2), *options->ImportDirs().begin()); in TEST() 205 EXPECT_EQ(string{kCompileCommandIncludePath}.substr(2), *options->ImportDirs().begin()); in TEST() [all …]
|