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

  /external/qemu/android/utils/
dirscanner.h 20 /* Create a new directory scanner object from a given rootPath.
23 DirScanner* dirScanner_new ( const char* rootPath );
dirscanner.c 150 dirScanner_new ( const char* rootPath )
156 p = bufprint(p, end, "%s", rootPath);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/sdk/
ProjectState.java 191 String rootPath = mProperties.getProperty(propName);
193 if (rootPath == null) {
197 mLibraries.add(new LibraryState(convertPath(rootPath)));
276 String rootPath = mProperties.getProperty(propName);
278 if (rootPath == null) {
284 String convertedPath = convertPath(rootPath);
571 String rootPath = mProperties.getProperty(propName);
573 if (rootPath == null) {
577 if (rootPath.equals(oldValue)) {
  /packages/apps/Email/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/anttasks/src/com/android/ant/
SetupTask.java 636 String rootPath = source.getProperty(propName);
638 if (rootPath == null) {
643 File library = new File(baseFolder, rootPath).getCanonicalFile();
650 "%1$s resolve to a path with no %2$s file for project %3$s", rootPath,
656 baseFolder.getAbsolutePath(), rootPath, library.getAbsolutePath()));
661 throw new BuildException("Failed to resolve library path: " + rootPath, e);
  /external/webkit/WebKitTools/DumpRenderTree/win/
LayoutTestControllerWin.cpp 529 WCHAR rootPath[MAX_PATH];
530 DWORD rootPathSize = _countof(rootPath);
532 DWORD result = ::SHGetValueW(HKEY_LOCAL_MACHINE, TEXT("SOFTWARE\\Cygnus Solutions\\Cygwin\\mounts v2\\/"), TEXT("native"), &keyType, &rootPath, &rootPathSize);
537 windowsPath = wstring(rootPath, rootPathSize);
    [all...]

Completed in 220 milliseconds