Home
last modified time | relevance | path

Searched defs:manifestFile (Results 1 – 8 of 8) sorted by relevance

/aosp12/frameworks/base/services/robotests/backup/src/com/android/server/backup/fullbackup/
H A DAppMetadataBackupWriterTest.java115 File manifestFile = createFile(BACKUP_MANIFEST_FILENAME); in testBackupManifest_withoutApkOrSignatures_writesCorrectData() local
150 File manifestFile = createFile(BACKUP_MANIFEST_FILENAME); in testBackupManifest_withApk_writesApk() local
186 File manifestFile = createFile(BACKUP_MANIFEST_FILENAME); in testBackupManifest_withSignatures_writesCorrectSignatures() local
216 File manifestFile = createFile(BACKUP_MANIFEST_FILENAME); in testBackupManifest_withoutInstallerPackage_writesEmptyInstaller() local
232 File manifestFile = createFile(BACKUP_MANIFEST_FILENAME); in testBackupManifest_whenRunPreviouslyWithSameData_producesSameBytesOnSecondRun() local
/aosp12/frameworks/base/services/backup/java/com/android/server/backup/fullbackup/
H A DAppMetadataBackupWriter.java59 PackageInfo packageInfo, File manifestFile, File filesDir, boolean withApk) in backupManifest()
84 File manifestFile, in backupManifest()
H A DFullBackupEngine.java116 File manifestFile = new File(mFilesDir, BACKUP_MANIFEST_FILENAME); in run() local
/aosp12/build/soong/java/
H A Ddexpreopt.go37 manifestFile android.Path member
/aosp12/build/soong/cmd/merge_zips/
H A Dmerge_zips_test.go49 manifestFile = testZipEntry{jar.ManifestFile, 0755, []byte("manifest")} var
/aosp12/build/soong/cmd/sbox/
H A Dsbox.go42 manifestFile string var
/aosp12/frameworks/base/tools/aapt/
H A DCommand.cpp786 const String8 manifestFile("AndroidManifest.xml"); in doDump() local
H A DResource.cpp1749 const sp<AaptFile> manifestFile(androidManifestFile->getFiles().valueAt(0)); in buildResources() local