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

  /system/tools/aidl/
options.cpp 262 bool ReplaceSuffix(const string& old_suffix,
265 if (!EndsWith(*str, old_suffix)) return false;
266 str->replace(str->length() - old_suffix.length(),
267 old_suffix.length(),
options.h 106 bool ReplaceSuffix(const std::string& old_suffix,
options_unittest.cpp 188 const char* old_suffix; member in struct:android::aidl::test_case_t
200 EXPECT_TRUE(ReplaceSuffix(test_case.old_suffix,

Completed in 85 milliseconds