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

  /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);
  /external/webkit/WebCore/platform/win/
WebCoreTextRenderer.cpp 123 return Font::codePath() == Font::Complex;
  /frameworks/base/services/java/com/android/server/
PackageManagerService.java 264 // installed zip file (absolute codePath), and values are Package.
320 // Mapping from provider base names (first directory in content URI codePath)
    [all...]
Installer.java 205 public int rmdex(String codePath) {
208 builder.append(codePath);
  /external/webkit/WebCore/platform/graphics/
Font.h 171 enum CodePath { Auto, Simple, Complex };
172 static void setCodePath(CodePath);
173 static CodePath codePath();
174 static CodePath s_codePath;
FontFastPath.cpp 183 void Font::setCodePath(CodePath p)
188 Font::CodePath Font::codePath()

Completed in 944 milliseconds