Searched refs:kCompileCommandIncludePath (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/system/tools/aidl/ |
D | options_unittest.cpp | 57 const char kCompileCommandIncludePath[] = "-Iinclude_path"; variable 61 kCompileCommandIncludePath, 72 kCompileCommandIncludePath, 82 kCompileCommandIncludePath, 91 kCompileCommandIncludePath, 163 EXPECT_EQ(string{kCompileCommandIncludePath}.substr(2) + "/", *options->ImportDirs().begin()); in TEST() 174 EXPECT_EQ(string{kCompileCommandIncludePath}.substr(2) + "/", *options->ImportDirs().begin()); in TEST() 186 kCompileCommandIncludePath, in TEST() 211 "aidl", "--lang=rust", kCompileCommandIncludePath, in TEST() 235 kCompileCommandIncludePath, in TEST() [all …]
|