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

  /external/webkit/Source/WebCore/platform/graphics/brew/
ImageBrew.cpp 45 String resourcePath = makeString(homeDirectoryPath(), "res/", name, ".png");
47 RefPtr<SharedBuffer> buffer = SharedBuffer::createWithContentsOfFile(resourcePath.utf8().data());
  /frameworks/base/services/java/com/android/server/pm/
PendingPackage.java 24 PendingPackage(String name, String realName, File codePath, File resourcePath,
26 super(name, realName, codePath, resourcePath, nativeLibraryPathString, pVersionCode,
PackageSetting.java 31 PackageSetting(String name, String realName, File codePath, File resourcePath,
33 super(name, realName, codePath, resourcePath, nativeLibraryPathString, pVersionCode,
PackageSettingBase.java 50 File resourcePath;
85 PackageSettingBase(String name, String realName, File codePath, File resourcePath,
90 init(codePath, resourcePath, nativeLibraryPathString, pVersionCode);
104 resourcePath = base.resourcePath;
131 void init(File codePath, File resourcePath, String nativeLibraryPathString,
135 this.resourcePath = resourcePath;
136 this.resourcePathString = resourcePath.toString();
Settings.java 193 String realName, SharedUserSetting sharedUser, File codePath, File resourcePath,
197 resourcePath, nativeLibraryPathString, pkg.mVersionCode, pkgFlags, create, add);
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,
408 p = new PackageSetting(origPackage.name, name, codePath, resourcePath,
425 p = new PackageSetting(name, realName, codePath, resourcePath,
501 final String resourcePath = pkg.applicationInfo.publicSourceDir;
510 if (!resourcePath.equalsIgnoreCase(p.resourcePathString))
    [all...]
PackageManagerService.java     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/76/1/.cp/ant_tasks/
resources-ant.jar 
  /external/webkit/Source/WebKit2/UIProcess/mac/
WebContextMac.mm 100 parameters.uiProcessBundleResourcePath = [[NSBundle mainBundle] resourcePath];
  /external/webkit/Tools/WebKitLauncher/
main.m 68 return [[[NSBundle mainBundle] resourcePath] stringByAppendingPathComponent:@"start.html"];
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jar 
org.eclipse.pde.api.tools_1.0.202.v20100820_r361.jar 
org.eclipse.ui.ide_3.6.2.M20101117-0800.jar 
org.eclipse.pde.core_3.6.1.v20100902_r361.jar 
org.apache.jasper_5.5.17.v201004212143.jar 
org.eclipse.team.core_3.5.100.R36x_v20100825-0800.jar 
com.ibm.icu_4.2.1.v20100412.jar 
  /prebuilts/tools/darwin-x86_64/swt/
swt.jar 

Completed in 2111 milliseconds