HomeSort by relevance Sort by last modified time
    Searched full:resourcepath (Results 1 - 22 of 22) sorted by null

  /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 53 File resourcePath;
80 PackageSettingBase(String name, String realName, File codePath, File resourcePath,
85 init(codePath, resourcePath, nativeLibraryPathString, pVersionCode);
99 resourcePath = base.resourcePath;
125 void init(File codePath, File resourcePath, String nativeLibraryPathString,
129 this.resourcePath = resourcePath;
130 this.resourcePathString = resourcePath.toString();
Settings.java 194 String realName, SharedUserSetting sharedUser, File codePath, File resourcePath,
198 resourcePath, nativeLibraryPathString, pkg.mVersionCode, pkgFlags,
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,
406 p = new PackageSetting(origPackage.name, name, codePath, resourcePath,
423 p = new PackageSetting(name, realName, codePath, resourcePath,
528 final String resourcePath = pkg.applicationInfo.publicSourceDir;
537 if (!resourcePath.equalsIgnoreCase(p.resourcePathString))
    [all...]
PackageManagerService.java     [all...]
  /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());
  /external/clang/test/Analysis/
MissingDealloc.m 97 NSString *resourcePath;
103 - (NSString *)resourcePath;
108 resourcePath = [[NSBundle bundleForClass:[self class]] resourcePath];
111 // do something which uses resourcepath
  /external/chromium/base/mac/
foundation_util.mm 85 NSString* resourcePath = [bundle pathForResource:(NSString*)resourceName
87 if (!resourcePath)
89 return FilePath([resourcePath fileSystemRepresentation]);
  /external/webrtc/test/testsupport/metrics/
video_metrics_unittest.cc 32 video_file_ = webrtc::test::ResourcePath("foreman_cif_short", "yuv");
  /external/webrtc/test/testsupport/
fileutils_unittest.cc 172 // ResourcePath. Manual testing has been performed by removing files and
176 std::string resource = webrtc::test::ResourcePath(kTestName, kExtension);
fileutils.cc 118 std::string ResourcePath(std::string name, std::string extension) {
fileutils.h 124 std::string ResourcePath(std::string name, std::string extension);
  /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"];
  /tools/motodev/src/plugins/common/src/com/motorola/studio/android/common/utilities/
EclipseUtils.java     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.pde.api.tools_1.0.202.v20100820_r361.jar 
com.ibm.icu_4.2.1.v20100412.jar 
org.eclipse.ui.ide_3.6.2.M20101117-0800.jar 
  /tools/motodev/src/plugins/preflighting.core/apktool/
apktool.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/
pdebuild.jar 
  /prebuilts/tools/common/freemarker/
freemarker-2.3.19.jar 

Completed in 2974 milliseconds