HomeSort by relevance Sort by last modified time
    Searched refs:basePath (Results 1 - 9 of 9) sorted by null

  /external/srec/portable/include/
PFileSystemImpl.h 77 * @param basePath Base path for files associated with this filesystem
81 PORTABLE_API ESR_ReturnCode PFileSystemAddPathImpl(PFileSystem* self, const LCHAR* basePath);
87 * @param basePath Base path for files associated with this filesystem
90 PORTABLE_API ESR_ReturnCode PFileSystemRemovePathImpl(PFileSystem* self, const LCHAR* basePath);
  /packages/apps/Email/src/org/apache/commons/io/
FilenameUtils.java 389 * @param basePath the base path to attach to, always treated as a path
393 public static String concat(String basePath, String fullFilenameToAdd) {
401 if (basePath == null) {
404 int len = basePath.length();
408 char ch = basePath.charAt(len - 1);
410 return normalize(basePath + fullFilenameToAdd);
412 return normalize(basePath + '/' + fullFilenameToAdd);
    [all...]
  /external/webkit/WebCore/platform/wx/
FileSystemWx.cpp 145 wxDirTraverserNonRecursive(wxString basePath, wxArrayString& files) : m_basePath(basePath), m_files(files) { }
  /external/webkit/WebKitTools/DumpRenderTree/mac/
ResourceLoadDelegate.mm 81 NSString *basePath = [[[[dataSource request] URL] path] stringByDeletingLastPathComponent];
83 return [[self path] substringFromIndex:[basePath length] + 1];
  /build/tools/droiddoc/templates/assets/
android-developer-docs.js 231 var basePath = getBaseUri(location.pathname);
232 var section = basePath.substring(1,basePath.indexOf("/",1));
288 var basePath = getBaseUri(location.pathname);
289 var section = basePath.substring(1,basePath.indexOf("/",1));
  /build/tools/droiddoc/templates-pdk/assets/
android-developer-docs.js 188 var basePath = getBaseUri(location.pathname);
189 var section = basePath.substring(1,basePath.indexOf("/",1));
206 var basePath = getBaseUri(location.pathname);
207 var section = basePath.substring(1,basePath.indexOf("/",1));
  /libcore/luni/src/main/java/org/apache/xml/serializer/utils/
URI.java 503 String basePath = p_base.getPath();
506 if (basePath != null)
508 int lastSlash = basePath.lastIndexOf('/');
512 path = basePath.substring(0, lastSlash + 1);
    [all...]
  /libcore/luni/src/main/java/org/apache/xml/utils/
URI.java 523 String basePath = p_base.getPath();
526 if (basePath != null)
528 int lastSlash = basePath.lastIndexOf('/');
532 path = basePath.substring(0, lastSlash + 1);
    [all...]
  /prebuilt/common/groovy/
groovy-all-1.7.0.jar 

Completed in 555 milliseconds