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

  /libcore/luni/src/main/java/javax/security/auth/x500/
X500Principal.java 238 String replaceName = oidMap.get(subSubName);
239 if(commaIndex > 0) replaceName = " " + replaceName;
240 resultName.replace(commaIndex + 1, equalIndex, replaceName);
  /sdk/find_java/
find_java_exe.cpp 141 javawPath.replaceName("java.exe", "javaw.exe");
utils.h 309 void replaceName(const char *searchName, const char* newName) {

Completed in 3928 milliseconds