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

  /external/chromium_org/third_party/WebKit/Source/platform/fonts/
Font.cpp 81 Font::CodePath Font::s_codePath = Auto;
178 CodePath codePathToUse = codePath(runInfo.run);
194 CodePath codePathToUse = codePath(runInfo.run);
207 CodePath codePathToUse = codePath(run);
270 CodePath codePathToUse = codePath(run);
284 if (codePath(run) != Complex && !typesettingFeatures()
    [all...]
  /frameworks/base/services/java/com/android/server/pm/
PackageSettingBase.java 51 File codePath;
82 PackageSettingBase(String name, String realName, File codePath, File resourcePath,
87 init(codePath, resourcePath, nativeLibraryPathString, pVersionCode);
99 codePath = base.codePath;
130 void init(File codePath, File resourcePath, String nativeLibraryPathString,
132 this.codePath = codePath;
133 this.codePathString = codePath.toString();
Settings.java 215 String realName, SharedUserSetting sharedUser, File codePath, File resourcePath,
218 PackageSetting p = getPackageLPw(name, origPackage, realName, sharedUser, codePath,
300 PackageSetting ret = addPackageLPw(name, p.realName, p.codePath, p.resourcePath,
314 PackageSetting addPackageLPw(String name, String realName, File codePath, File resourcePath,
325 p = new PackageSetting(name, realName, codePath, resourcePath, nativeLibraryPathString,
393 String realName, SharedUserSetting sharedUser, File codePath, File resourcePath,
398 if (!p.codePath.equals(codePath)) {
405 + p.codePathString + " to " + codePath.toString());
409 Slog.i(PackageManagerService.TAG, "Package " + name + " codePath changed from
    [all...]
PackageManagerService.java 331 // installed zip file (absolute codePath), and values are Package.
397 // Mapping from provider base names (first directory in content URI codePath)
    [all...]
  /frameworks/base/packages/DefaultContainerService/src/com/android/defcontainer/
DefaultContainerService.java 344 String codePath = packageURI.getPath();
345 File codeFile = new File(codePath);
369 if (FileUtils.copyFile(new File(codePath), resFile)) {
371 Slog.i(TAG, "Copied " + codePath + " to " + resFile);
374 Slog.e(TAG, "Failed to copy " + codePath + " to " + resFile);
    [all...]

Completed in 167 milliseconds