/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);
|
/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/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)) {
|
/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/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/chromium/third_party/icu/source/tools/tzcode/ |
tz2icu.cpp | 1294 string rootpath, zonetab, version; local [all...] |
/external/icu4c/tools/tzcode/ |
tz2icu.cpp | 1433 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
|
/system/core/sdcard/ |
sdcard.c | 112 char rootpath[1024]; member in struct:fuse
|