Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/os/
DShellCommand.java62 public ParcelFileDescriptor openFileForSystem(String path, String mode) { in openFileForSystem() method in ShellCommand
/frameworks/base/services/coverage/java/com/android/server/coverage/
DCoverageService.java115 ParcelFileDescriptor fd = openFileForSystem(dest, "w"); in onDump()
/frameworks/base/services/core/java/com/android/server/net/watchlist/
DNetworkWatchlistShellCommand.java72 final ParcelFileDescriptor pfd = openFileForSystem(configXmlPath, "r"); in runSetTestConfig()
/frameworks/base/services/core/java/com/android/server/graphics/fonts/
DFontManagerShellCommand.java339 try (ParcelFileDescriptor fontFd = shell.openFileForSystem(fontPath, "r"); in update()
340 ParcelFileDescriptor sigFd = shell.openFileForSystem(signaturePath, "r")) { in update()
393 try (ParcelFileDescriptor xmlFd = shell.openFileForSystem(xmlPath, "r")) { in updateFamily()
/frameworks/base/services/core/java/com/android/server/pm/
DPackageManagerShellCommandDataLoader.java328 return shellCommand.openFileForSystem(filePath, "r"); in getLocalFilePFD()
DPackageManagerShellCommand.java569 final ParcelFileDescriptor fd = openFileForSystem(inPath, "r"); in setParamsSize()
3256 final ParcelFileDescriptor pfd = openFileForSystem(file.getPath(), "r"); in getFileStatSize()
3278 final ParcelFileDescriptor pfd = openFileForSystem(v4SignaturePath, "r"); in processArgForLocalFile()
3321 fd = openFileForSystem(inPath, "r"); in doWriteSplit()
/frameworks/base/services/core/java/com/android/server/am/
DActivityManagerShellCommand.java507 fd = openFileForSystem(mProfileFile, "w");
811 ParcelFileDescriptor fd = openFileForSystem(filename, "w");
898 fd = openFileForSystem(profileFile, "w");
966 ParcelFileDescriptor fd = openFileForSystem(heapFile, "w");
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt41905 Landroid/os/ShellCommand;->openFileForSystem(Ljava/lang/String;Ljava/lang/String;)Landroid/os/Parce…