Home
last modified time | relevance | path

Searched refs:addSlash (Results 1 – 3 of 3) sorted by relevance

/libcore/ojluni/src/main/native/
DUNIXProcess_md.c267 int addSlash = ((*(q - 1)) != '/'); in splitPath() local
268 pathv[i] = NEW(char, q - p + addSlash + 1); in splitPath()
270 if (addSlash) in splitPath()
272 pathv[i][q - p + addSlash] = '\0'; in splitPath()
Djava_util_zip_ZipFile.c161 jbyteArray name, jboolean addSlash) in ZipFile_getEntry() argument
180 if (addSlash == JNI_FALSE) { in ZipFile_getEntry()
/libcore/ojluni/src/main/java/java/util/zip/
DZipFile.java327 boolean addSlash); in getEntry() argument