OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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 991 milliseconds