HomeSort by relevance Sort by last modified time
    Searched full:rootpath (Results 1 - 9 of 9) 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/project/
ProjectState.java 170 String rootPath = mProperties.getProperty(propName);
172 if (rootPath == null) {
176 mLibraries.add(new LibraryState(convertPath(rootPath)));
252 String rootPath = mProperties.getProperty(propName);
254 if (rootPath == null) {
260 String convertedPath = convertPath(rootPath);
517 String rootPath = mProperties.getProperty(propName);
519 if (rootPath == null) {
523 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 436 String rootPath = antProject.getProperty(propName);
438 if (rootPath == null) {
451 ProjectProperties prop = ProjectProperties.load(rootPath, PropertyType.BUILD);
460 element.setPath(rootPath + "/" + sourceDir);
464 element.setPath(rootPath + "/" + SdkConstants.FD_RESOURCES);
468 element.setPath(rootPath + "/" + SdkConstants.FD_NATIVE_LIBS);
471 File libsFolder = new File(rootPath, SdkConstants.FD_NATIVE_LIBS);
479 FileWrapper manifest = new FileWrapper(rootPath, SdkConstants.FN_ANDROID_MANIFEST_XML);
  /external/qemu/android/avd/
info.h 35 * rootPath=<content-path>
  /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...]
  /external/icu4c/tools/tzcode/
tz2icu.cpp 1294 string rootpath, zonetab, version; local
    [all...]
  /external/kernel-headers/original/linux/
nfs_xdr.h 698 struct nfs4_pathname rootpath; member in struct:nfs4_fs_location

Completed in 102 milliseconds