OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:archivefilepath
(Results
1 - 7
of
7
) sorted by null
/packages/apps/PackageInstaller/src/com/android/packageinstaller/
PackageUtil.java
53
final String
archiveFilePath
= packageURI.getPath();
54
PackageParser packageParser = new PackageParser(
archiveFilePath
);
55
File sourceFile = new File(
archiveFilePath
);
58
PackageParser.Package pkg = packageParser.parsePackage(sourceFile,
archiveFilePath
, metrics, 0);
69
final String
archiveFilePath
= packageURI.getPath();
70
PackageParser packageParser = new PackageParser(
archiveFilePath
);
71
File sourceFile = new File(
archiveFilePath
);
75
archiveFilePath
, metrics, 0);
154
final String
archiveFilePath
= packageURI.getPath();
157
assmgr.addAssetPath(
archiveFilePath
);
[
all
...]
/frameworks/base/packages/DefaultContainerService/src/com/android/defcontainer/
DefaultContainerService.java
140
String
archiveFilePath
= fileUri.getPath();
144
PackageParser.PackageLite pkg = PackageParser.parsePackageLite(
archiveFilePath
, 0);
148
final File apkFile = new File(
archiveFilePath
);
162
archiveFilePath
, flags, threshold);
394
private int recommendAppInstallLocation(int installLocation, String
archiveFilePath
, int flags,
455
final File apkFile = new File(
archiveFilePath
);
/frameworks/base/test-runner/src/android/test/mock/
MockPackageManager.java
333
public PackageInfo getPackageArchiveInfo(String
archiveFilePath
, int flags) {
/frameworks/base/core/java/android/content/pm/
PackageManager.java
[
all
...]
/frameworks/base/core/tests/coretests/src/android/content/pm/
PackageManagerTests.java
263
final String
archiveFilePath
= packageURI.getPath();
264
PackageParser packageParser = new PackageParser(
archiveFilePath
);
265
File sourceFile = new File(
archiveFilePath
);
268
PackageParser.Package pkg = packageParser.parsePackage(sourceFile,
archiveFilePath
, metrics, 0);
[
all
...]
/prebuilt/sdk/6/
android.jar
/prebuilt/sdk/14/
android.jar
Completed in 1182 milliseconds