HomeSort by relevance Sort by last modified time
    Searched full:finalslash (Results 1 - 12 of 12) sorted by null

  /libcore/luni/src/test/java/tests/org/w3c/dom/
DOMTestCase.java 165 int finalSlash = actualPath.lastIndexOf("/");
166 if (finalSlash != -1) {
167 actualFile = actualPath.substring(finalSlash + 1);
  /external/chromium_org/third_party/icu/source/common/
umapfile.c 328 char *finalSlash; /* Ptr to last dir separator in input path, or null if none. */
331 finalSlash = 0;
333 finalSlash = uprv_strrchr(path, U_FILE_SEP_CHAR);
337 if (finalSlash == 0) {
352 pathLen = (int32_t)(finalSlash - path + 1);
  /external/icu/icu4c/source/common/
umapfile.c 327 char *finalSlash; /* Ptr to last dir separator in input path, or null if none. */
330 finalSlash = 0;
332 finalSlash = uprv_strrchr(path, U_FILE_SEP_CHAR);
336 if (finalSlash == 0) {
351 pathLen = (int32_t)(finalSlash - path + 1);
  /libcore/dom/src/test/java/org/w3c/domts/
DOMTestCase.java 741 int finalSlash = actualPath.lastIndexOf("/");
742 if (finalSlash != -1) {
743 actualFile = actualPath.substring(finalSlash + 1);
  /external/chromium_org/third_party/opus/src/
ltmain.sh 232 finalslash='s,/*$,/,'
276 -e "$removedotparts" -e "$collapseslashes" -e "$finalslash"`
    [all...]
  /external/libcap-ng/libcap-ng-0.7/
ltmain.sh 232 finalslash='s,/*$,/,'
276 -e "$removedotparts" -e "$collapseslashes" -e "$finalslash"`
    [all...]
  /external/libedit/
ltmain.sh 232 finalslash='s,/*$,/,'
276 -e "$removedotparts" -e "$collapseslashes" -e "$finalslash"`
    [all...]
  /external/libexif/
ltmain.sh 239 finalslash='s,/*$,/,'
283 -e "$removedotparts" -e "$collapseslashes" -e "$finalslash"`
    [all...]
  /external/libopus/
ltmain.sh 232 finalslash='s,/*$,/,'
276 -e "$removedotparts" -e "$collapseslashes" -e "$finalslash"`
    [all...]
  /external/libpng/
ltmain.sh 232 finalslash='s,/*$,/,'
276 -e "$removedotparts" -e "$collapseslashes" -e "$finalslash"`
    [all...]
  /external/pixman/
ltmain.sh 232 finalslash='s,/*$,/,'
276 -e "$removedotparts" -e "$collapseslashes" -e "$finalslash"`
    [all...]
  /external/protobuf/gtest/build-aux/
ltmain.sh 232 finalslash='s,/*$,/,'
276 -e "$removedotparts" -e "$collapseslashes" -e "$finalslash"`
    [all...]

Completed in 1426 milliseconds