Searched refs:openFileForSystem (Results 1 – 8 of 8) sorted by relevance
/frameworks/base/core/java/android/os/ |
D | ShellCommand.java | 62 public ParcelFileDescriptor openFileForSystem(String path, String mode) { in openFileForSystem() method in ShellCommand
|
/frameworks/base/services/coverage/java/com/android/server/coverage/ |
D | CoverageService.java | 115 ParcelFileDescriptor fd = openFileForSystem(dest, "w"); in onDump()
|
/frameworks/base/services/core/java/com/android/server/net/watchlist/ |
D | NetworkWatchlistShellCommand.java | 72 final ParcelFileDescriptor pfd = openFileForSystem(configXmlPath, "r"); in runSetTestConfig()
|
/frameworks/base/services/core/java/com/android/server/graphics/fonts/ |
D | FontManagerShellCommand.java | 339 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/ |
D | PackageManagerShellCommandDataLoader.java | 328 return shellCommand.openFileForSystem(filePath, "r"); in getLocalFilePFD()
|
D | PackageManagerShellCommand.java | 569 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/ |
D | ActivityManagerShellCommand.java | 507 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/ |
D | hiddenapi-max-target-o.txt | 41905 Landroid/os/ShellCommand;->openFileForSystem(Ljava/lang/String;Ljava/lang/String;)Landroid/os/Parce…
|