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

  /external/webkit/Source/WebCore/platform/graphics/
Font.cpp 42 Font::CodePath Font::s_codePath = Auto;
142 if (codePath(run) != Complex)
162 if (codePath(run) != Complex)
175 CodePath codePathToUse = codePath(run);
198 if (codePath(run) != Complex)
213 if (codePath(run) != Complex)
226 if (codePath(run) != Complex)
263 void Font::setCodePath(CodePath p)
268 Font::CodePath Font::codePath(
    [all...]
  /frameworks/base/services/java/com/android/server/pm/
PackageSettingBase.java 48 File codePath;
85 PackageSettingBase(String name, String realName, File codePath, File resourcePath,
90 init(codePath, resourcePath, nativeLibraryPathString, pVersionCode);
102 codePath = base.codePath;
131 void init(File codePath, File resourcePath, String nativeLibraryPathString,
133 this.codePath = codePath;
134 this.codePathString = codePath.toString();
Settings.java 193 String realName, SharedUserSetting sharedUser, File codePath, File resourcePath,
196 PackageSetting p = getPackageLPw(name, origPackage, realName, sharedUser, codePath,
277 PackageSetting ret = addPackageLPw(name, p.realName, p.codePath, p.resourcePath,
291 PackageSetting addPackageLPw(String name, String realName, File codePath, File resourcePath,
302 p = new PackageSetting(name, realName, codePath, resourcePath, nativeLibraryPathString,
357 String realName, SharedUserSetting sharedUser, File codePath, File resourcePath,
361 if (!p.codePath.equals(codePath)) {
368 + p.codePathString + " to " + codePath.toString());
372 Slog.i(PackageManagerService.TAG, "Package " + name + " codePath changed from
    [all...]
PackageManagerService.java 288 // installed zip file (absolute codePath), and values are Package.
344 // Mapping from provider base names (first directory in content URI codePath)
    [all...]
  /frameworks/base/packages/DefaultContainerService/src/com/android/defcontainer/
DefaultContainerService.java 312 String codePath = packageURI.getPath();
313 File codeFile = new File(codePath);
337 if (FileUtils.copyFile(new File(codePath), resFile)) {
339 Slog.i(TAG, "Copied " + codePath + " to " + resFile);
342 Slog.e(TAG, "Failed to copy " + codePath + " to " + resFile);

Completed in 188 milliseconds