HomeSort by relevance Sort by last modified time
    Searched defs:getBaseName (Results 1 - 4 of 4) sorted by null

  /packages/apps/Email/src/org/apache/commons/io/
FilenameUtils.java 839 public static String getBaseName(String filename) {
    [all...]
  /external/icu4c/common/
locid.cpp 494 /* baseName is the cached result of getBaseName. if 'other' has a
496 it to NULL, and let the user lazy-create it (in getBaseName) if they
    [all...]
  /dalvik/libcore/luni/src/main/java/java/io/
ObjectInputStream.java     [all...]
  /frameworks/base/tools/aapt/
Resource.cpp 65 inline const String8& getBaseName() const { return mBaseName; }
257 it.getBaseName().string(), it.getFile()->getPrintableSource().string());
259 String16 baseName(it.getBaseName());
    [all...]

Completed in 235 milliseconds