Searched refs:openOutputFile (Results 1 - 7 of 7) sorted by relevance

/frameworks/base/core/java/com/android/internal/os/
H A DIShellCallback.aidl23 ParcelFileDescriptor openOutputFile(String path, String seLinuxContext);
/frameworks/native/include/binder/
H A DIShellCallback.h32 virtual int openOutputFile(const String16& path, const String16& seLinuxContext) = 0;
/frameworks/native/libs/binder/include/binder/
H A DIShellCallback.h32 virtual int openOutputFile(const String16& path, const String16& seLinuxContext) = 0;
/frameworks/base/core/java/android/os/
H A DShellCallback.java38 public ParcelFileDescriptor openOutputFile(String path, String seLinuxContext) { method in class:ShellCallback.MyShellCallback
57 public ParcelFileDescriptor openOutputFile(String path, String seLinuxContext) { method in class:ShellCallback
58 if (DEBUG) Log.d(TAG, "openOutputFile " + this + ": mLocal=" + mLocal
67 return mShellCallback.openOutputFile(path, seLinuxContext);
H A DShellCommand.java196 ParcelFileDescriptor pfd = getShellCallback().openOutputFile(path,
/frameworks/native/libs/binder/
H A DIShellCallback.cpp42 virtual int openOutputFile(const String16& path, const String16& seLinuxContext) { function in class:android::BpShellCallback
67 int fd = openOutputFile(path, seLinuxContext);
/frameworks/native/cmds/cmd/
H A Dcmd.cpp64 virtual int openOutputFile(const String16& path, const String16& seLinuxContext) { function in class:MyShellCallback

Completed in 226 milliseconds