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

  /external/webkit/Source/WebCore/platform/
AsyncFileSystem.cpp 64 String rootPath = basePath;
65 rootPath.append(PlatformFilePathSeparator);
66 rootPath += storageIdentifier;
67 rootPath.append(PlatformFilePathSeparator);
68 rootPath += typeString;
69 rootPath.append(PlatformFilePathSeparator);
71 callbacks->didOpenFileSystem(name, AsyncFileSystem::create(type, rootPath));
  /external/webkit/Source/WebCore/html/
FileInputType.cpp 171 String rootPath = directoryName(paths[0]);
173 while (!paths[i].startsWith(rootPath))
174 rootPath = directoryName(rootPath);
176 rootPath = directoryName(rootPath);
177 ASSERT(rootPath.length());
180 String relativePath = paths[i].substring(1 + rootPath.length()).replace('\\', '/');
  /packages/apps/Email/emailcommon/src/org/apache/james/mime4j/util/
SimpleTempStorage.java 44 private TempPath rootPath = null;
51 rootPath = new SimpleTempPath(System.getProperty("java.io.tmpdir"));
118 return rootPath;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/
RenderScriptProcessor.java 311 String rootPath = project.getLocation().toOSString();
312 int rootPathLength = rootPath.length();
325 if (filePath.startsWith(rootPath) == false) {
483 String rootPath = project.getLocation().toOSString();
484 int rootPathLength = rootPath.length();
489 if (p.startsWith(rootPath)) {
  /sdk/anttasks/src/com/android/ant/
NewSetupTask.java 441 Path rootPath = new Path(antProject);
465 PathElement element = rootPath.createPathElement();
522 antProject.addReference(mProjectLibrariesRootOut, rootPath);
601 String rootPath = source.getProperty(propName);
603 if (rootPath == null) {
608 File library = new File(baseFolder, rootPath).getCanonicalFile();
615 "%1$s resolve to a path with no %2$s file for project %3$s", rootPath,
621 baseFolder.getAbsolutePath(), rootPath, library.getAbsolutePath()));
626 throw new BuildException("Failed to resolve library path: " + rootPath, e);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/
ExportHelper.java 334 String rootPath = rootDirectory.getAbsolutePath();
336 path = path.substring(rootPath.length()).replace("\\", "/"); //$NON-NLS-1$ //$NON-NLS-2$
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/sdk/
ProjectState.java 190 String rootPath = mProperties.getProperty(propName);
192 if (rootPath == null) {
196 mLibraries.add(new LibraryState(convertPath(rootPath)));
275 String rootPath = mProperties.getProperty(propName);
277 if (rootPath == null) {
283 String convertedPath = convertPath(rootPath);
590 String rootPath = mProperties.getProperty(propName);
592 if (rootPath == null) {
596 if (rootPath.equals(oldValue)) {
  /prebuilt/common/tradefed/
tradefed-prebuilt.jar 

Completed in 1811 milliseconds