Home
last modified time | relevance | path

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

/frameworks/base/services/core/jni/
Dcom_android_server_pm_PackageManagerShellCommandDataLoader.cpp221 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()