OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:exName
(Results
1 - 4
of
4
) sorted by null
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/sax2dtm/
SAX2DTM.java
[
all
...]
SAX2DTM2.java
[
all
...]
/system/extras/alloc-stress/
alloc-stress.cpp
104
void createProcess(Pipe pipe, const char *
exName
, const char *arg)
114
execl(
exName
,
exName
, "--worker", arg, readFdStr, writeFdStr, 0);
/libcore/ojluni/src/main/java/sun/security/x509/
NameConstraintsExtension.java
505
GeneralNameInterface
exName
= gn.getName();
506
if (
exName
== null)
511
switch (
exName
.constrains(name)) {
Completed in 103 milliseconds