HomeSort by relevance Sort by last modified time
    Searched refs:fullPath (Results 51 - 75 of 93) sorted by null

1 23 4

  /hardware/ril/mock-ril/src/cpp/
js_support.cpp 145 char * fullPath = new char[fullPathLength];
146 strncpy(fullPath, directory, fullPathLength);
147 strncat(fullPath, fileName, fullPathLength);
148 return fullPath;
  /external/emma/core/java12/com/vladium/util/
IPathEnumerator.java 265 final String fullPath = m_canonical ? Files.canonicalizePathname (path.getPath ()) : path.getPath ();
267 if (m_pathSet.add (fullPath))
  /external/qemu/distrib/sdl-1.2.15/src/loadso/macosx/
SDL_dlcompat.c 233 static const struct stat *findFile(const char *file, const char **fullPath);
444 static const struct stat *findFile(const char *file, const char **fullPath)
450 *fullPath = file;
458 while ((*fullPath = getFullPath(i++, fileName)))
460 if (0 == stat(*fullPath, &sbuf))
970 const char *fullPath;
979 if (!(sbuf = findFile(path, &fullPath)))
1003 dls = loadModule(fullPath, sbuf, mode);
    [all...]
  /external/webkit/Source/WebCore/platform/win/
FileSystemWin.cpp 115 String fullPath = path;
116 if (SHCreateDirectoryEx(0, fullPath.charactersWithNullTermination(), 0) != ERROR_SUCCESS) {
  /frameworks/base/core/tests/coretests/src/android/app/
DownloadManagerBaseTest.java 592 StringBuilder fullPath = new StringBuilder(sdPath);
594 fullPath.append(File.separatorChar).append(subdirectory);
599 file = File.createTempFile("DMTEST_", null, new File(fullPath.toString()));
602 fullPath.append(File.separatorChar).append(filename);
603 file = new File(fullPath.toString());
    [all...]
  /external/chromium/chrome/browser/resources/file_manager/js/
file_manager.js 108 * The DirectoryEntry.fullPath value of the directory containing external
286 entry.fullPath);
571 this.currentDirEntry_.fullPath != '/' &&
573 this.currentDirEntry_.fullPath != MEDIA_DIRECTORY &&
588 this.currentDirEntry_.fullPath != '/' &&
590 this.currentDirEntry_.fullPath != MEDIA_DIRECTORY);
    [all...]
  /tools/motodev/src/plugins/preflighting.checkers/src/com/motorolamobility/preflighting/checkers/buildingblocksdeclaration/
BuildingBlocksInheritanceCondition.java 366 * @param fullPath The full path of a Java file.
370 public String getFullPackagePathFromFullPath(String fullPath)
373 fullPackageAndClassName = fullPath.replace(PATH_SEPARATOR, PACKAGE_SEPARATOR);
  /tools/motodev/src/plugins/db.core/src/com/motorolamobility/studio/android/db/core/model/
DbModel.java 180 String fullPath = dbPath.toOSString();
182 profile = ProfileManager.getInstance().getProfileByFullPath(fullPath);
194 ProfileManager.getInstance().createProfile(fullPath, "", PROVIDER_ID, prop); //$NON-NLS-1$
  /external/webkit/Source/WebCore/storage/
DatabaseTracker.cpp     [all...]
  /frameworks/rs/
rsFont.cpp 757 String8 fullPath(getenv("ANDROID_ROOT"));
758 fullPath += fontsDir;
760 mDefault.set(Font::create(mRSC, fullPath.string(), 8, mRSC->getDPI()));
  /frameworks/base/libs/androidfw/
AssetManager.cpp     [all...]
  /external/webkit/Tools/Scripts/
old-run-webkit-tests     [all...]
  /frameworks/base/tools/aapt/
AaptAssets.cpp 98 String8 fullPath(root);
99 fullPath.appendPath(path);
100 FileType type = getFileType(fullPath);
    [all...]
  /frameworks/base/media/java/android/media/
MediaScanner.java     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.preferences_3.3.0.v20100503.jar 
org.eclipse.core.filebuffers_3.5.100.v20100520-0800.jar 
org.eclipse.equinox.common_3.6.0.v20100503.jar 
org.eclipse.equinox.p2.metadata.generator_1.0.200.v20100503a.jar 
org.eclipse.equinox.security_1.0.200.v20100503.jar 
org.eclipse.team.core_3.5.100.R36x_v20100825-0800.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.equinox.common_3.4.0.v20080421-2006.jar 
org.eclipse.equinox.common_3.6.0.v20100503.jar 
  /cts/tools/vm-tests-tf/lib/
junit.jar 
  /external/dexmaker/lib/
junit.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.junit_3.8.2.v3_8_2_v20100427-1100/
junit.jar 

Completed in 1968 milliseconds

1 23 4