Searched refs:openLocalFile (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/services/core/jni/ |
D | com_android_server_pm_PackageManagerShellCommandDataLoader.cpp | 221 static inline unique_fd openLocalFile(JNIEnv* env, const JniIds& jni, jobject shellCommand, in openLocalFile() function 235 static inline InputDescs openLocalFile(JNIEnv* env, const JniIds& jni, jobject shellCommand, in openLocalFile() function 242 unique_fd idsigFd = openLocalFile(env, jni, shellCommand, idsigPath); in openLocalFile() 262 unique_fd fileFd = openLocalFile(env, jni, shellCommand, filePath); in openLocalFile() 279 return openLocalFile(env, jni, shellCommand, size, std::string(metadata.data, dataSize)); in openInputs()
|