Home
last modified time | relevance | path

Searched defs:openOutputFile (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/core/java/android/os/
DShellCallback.java38 public ParcelFileDescriptor openOutputFile(String path, String seLinuxContext) { in openOutputFile() method in ShellCallback.MyShellCallback
57 public ParcelFileDescriptor openOutputFile(String path, String seLinuxContext) { in openOutputFile() method in ShellCallback
/frameworks/base/core/java/com/android/internal/os/
DIShellCallback.aidl23 ParcelFileDescriptor openOutputFile(String path, String seLinuxContext); in openOutputFile() method
/frameworks/native/libs/binder/
DIShellCallback.cpp42 virtual int openOutputFile(const String16& path, const String16& seLinuxContext) { in openOutputFile() function in android::BpShellCallback
/frameworks/native/cmds/cmd/
Dcmd.cpp65 virtual int openOutputFile(const String16& path, const String16& seLinuxContext) { in openOutputFile() function in MyShellCallback