OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:nextPath
(Results
1 - 2
of
2
) sorted by null
/development/tools/idegen/src/
Eclipse.java
131
String
nextPath
= nextRoot.getPath();
132
if (!
nextPath
.startsWith(path)) {
139
classpath.append(
nextPath
.substring(path.length() + 1))
/external/icu4c/common/
udata.cpp
421
const char *
nextPath
; /* path following this one */
473
nextPath
= path;
476
nextPath
= itemPath.data();
494
fprintf(stderr, "%p: init %s -> [path=%s], [base=%s], [suff=%s], [itempath=%s], [
nextpath
=%s], [checklast4=%s]\n",
501
nextPath
,
525
if(
nextPath
== NULL ) {
528
currentPath =
nextPath
;
530
if(
nextPath
== itemPath.data()) { /* we were processing item's path. */
531
nextPath
= path; /* start with regular path next tm. */
535
nextPath
= uprv_strchr(currentPath, U_PATH_SEP_CHAR)
[
all
...]
Completed in 191 milliseconds