Searched refs:searchName (Results 1 - 1 of 1) sorted by relevance

/sdk/find_java/
H A Dutils.h308 // If the path ends with the given searchName, replace in-place by the new name
309 void replaceName(const char *searchName, const char* newName) { argument
312 int sn = strlen(searchName);
314 // if mStr ends with searchName
315 if (strcmp(mStr + n - sn, searchName) == 0) {

Completed in 92 milliseconds