HomeSort by relevance Sort by last modified time
    Searched refs:ReplaceSuffix (Results 1 - 4 of 4) sorted by null

  /system/tools/aidl/
options.cpp 153 if (!ReplaceSuffix(".aidl", ".java", &options->output_file_name_)) {
254 bool ReplaceSuffix(const string& old_suffix,
options_unittest.cpp 138 TEST(OptionsTests, ReplaceSuffix) {
153 EXPECT_TRUE(ReplaceSuffix(test_case.old_suffix,
options.h 100 bool ReplaceSuffix(const std::string& old_suffix,
  /build/kati/
dep.cc 40 static Symbol ReplaceSuffix(Symbol s, Symbol newsuf) {
56 out_inputs->push_back(ReplaceSuffix(output, input));
537 Symbol input = ReplaceSuffix(output, irule->inputs[0]);

Completed in 68 milliseconds