Home
last modified time | relevance | path

Searched refs:openFileForSystem (Results 1 – 10 of 10) sorted by relevance

/aosp14/frameworks/base/core/java/android/os/
H A DShellCommand.java62 public ParcelFileDescriptor openFileForSystem(String path, String mode) { in openFileForSystem() method in ShellCommand
/aosp14/frameworks/base/services/coverage/java/com/android/server/coverage/
H A DCoverageService.java115 ParcelFileDescriptor fd = openFileForSystem(dest, "w"); in onDump()
/aosp14/frameworks/base/services/core/java/com/android/server/net/watchlist/
H A DNetworkWatchlistShellCommand.java72 final ParcelFileDescriptor pfd = openFileForSystem(configXmlPath, "r"); in runSetTestConfig()
/aosp14/frameworks/base/services/core/java/com/android/server/graphics/fonts/
H A DFontManagerShellCommand.java377 try (ParcelFileDescriptor fontFd = shell.openFileForSystem(fontPath, "r"); in update()
378 ParcelFileDescriptor sigFd = shell.openFileForSystem(signaturePath, "r")) { in update()
431 try (ParcelFileDescriptor xmlFd = shell.openFileForSystem(xmlPath, "r")) { in updateFamily()
/aosp14/frameworks/base/services/core/java/com/android/server/security/
H A DFileIntegrityService.java265 ParcelFileDescriptor pfd = openFileForSystem(nextArg, "r"); in onCommand()
/aosp14/frameworks/base/services/core/java/com/android/server/pm/
H A DPackageManagerShellCommandDataLoader.java328 return shellCommand.openFileForSystem(filePath, "r"); in getLocalFilePFD()
H A DPackageManagerShellCommand.java685 final ParcelFileDescriptor fd = openFileForSystem(inPath, "r"); in setParamsSize()
3804 final ParcelFileDescriptor pfd = openFileForSystem(file.getPath(), "r"); in getFileStatSize()
3826 final ParcelFileDescriptor pfd = openFileForSystem(v4SignaturePath, "r"); in processArgForLocalFile()
3869 fd = openFileForSystem(inPath, "r"); in doWriteSplit()
/aosp14/frameworks/base/services/core/java/com/android/server/om/
H A DOverlayManagerShellCommand.java409 ParcelFileDescriptor pfd = openFileForSystem(valueString, "r"); in addOverlayValue()
/aosp14/frameworks/base/services/core/java/com/android/server/am/
H A DActivityManagerShellCommand.java651 fd = openFileForSystem(mProfileFile, "w");
975 ParcelFileDescriptor fd = openFileForSystem(filename, "w");
1056 fd = openFileForSystem(profileFile, "w");
1260 ParcelFileDescriptor fd = openFileForSystem(heapFile, "w");
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt38582 Landroid/os/ShellCommand;->openFileForSystem(Ljava/lang/String;Ljava/lang/String;)Landroid/os/Parce…