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 51 File codePath;
80 PackageSettingBase(String name, String realName, File codePath, File resourcePath,
85 init(codePath, resourcePath, nativeLibraryPathString, pVersionCode);
97 codePath = base.codePath;
125 void init(File codePath, File resourcePath, String nativeLibraryPathString,
127 this.codePath = codePath;
128 this.codePathString = codePath.toString();
Settings.java 194 String realName, SharedUserSetting sharedUser, File codePath, File resourcePath,
197 PackageSetting p = getPackageLPw(name, origPackage, realName, sharedUser, codePath,
279 PackageSetting ret = addPackageLPw(name, p.realName, p.codePath, p.resourcePath,
293 PackageSetting addPackageLPw(String name, String realName, File codePath, File resourcePath,
304 p = new PackageSetting(name, realName, codePath, resourcePath, nativeLibraryPathString,
359 String realName, SharedUserSetting sharedUser, File codePath, File resourcePath,
364 if (!p.codePath.equals(codePath)) {
371 + p.codePathString + " to " + codePath.toString());
375 Slog.i(PackageManagerService.TAG, "Package " + name + " codePath changed from
    [all...]
PackageManagerService.java 316 // installed zip file (absolute codePath), and values are Package.
370 // Mapping from provider base names (first directory in content URI codePath)
    [all...]
  /frameworks/base/packages/DefaultContainerService/src/com/android/defcontainer/
DefaultContainerService.java 333 String codePath = packageURI.getPath();
334 File codeFile = new File(codePath);
358 if (FileUtils.copyFile(new File(codePath), resFile)) {
360 Slog.i(TAG, "Copied " + codePath + " to " + resFile);
363 Slog.e(TAG, "Failed to copy " + codePath + " to " + resFile);
    [all...]

Completed in 958 milliseconds