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

  /external/webkit/WebCore/platform/graphics/
FontFastPath.cpp 183 void Font::setCodePath(CodePath p)
188 Font::CodePath Font::codePath()
  /frameworks/base/packages/DefaultContainerService/src/com/android/defcontainer/
DefaultContainerService.java 214 String codePath = packageURI.getPath();
215 File codeFile = new File(codePath);
258 if (!FileUtils.copyFile(new File(codePath), resFile)) {
259 Log.e(TAG, "Failed to copy " + codePath + " to " + resFile);
290 if (localLOGV) Log.i(TAG, "Copied " + codePath + " to " + resFile);
  /frameworks/base/services/java/com/android/server/
PackageManagerService.java 261 // installed zip file (absolute codePath), and values are Package.
317 // Mapping from provider base names (first directory in content URI codePath)
    [all...]

Completed in 197 milliseconds