Home
last modified time | relevance | path

Searched defs:outFilePath (Results 1 – 7 of 7) sorted by relevance

/aosp12/packages/apps/Messaging/src/com/android/messaging/util/
H A DGifTranscoder.java43 public static boolean transcode(Context context, String filePath, String outFilePath) { in transcode()
66 private static native boolean transcodeInternal(String filePath, String outFilePath); in transcodeInternal()
/aosp12/system/libvintf/
H A Dassemble_vintf_main.cpp82 std::string outFilePath; in main() local
/aosp12/packages/inputmethods/LatinIME/native/jni/src/dictionary/utils/
H A Dfile_utils.cpp103 const char *const suffix, const int filePathBufSize, char *const outFilePath) { in getFilePathWithSuffix()
113 const int filePathBufSize, char *const outFilePath) { in getFilePath()
/aosp12/frameworks/av/media/mtp/tests/MtpFuzzer/
H A DMtpMockDatabase.cpp202 MtpStringBuffer& outFilePath, in getObjectFilePath()
/aosp12/packages/apps/Messaging/jni/
H A DGifTranscoder.cpp542 jboolean transcode(JNIEnv* env, jobject clazz, jstring filePath, jstring outFilePath) { in transcode()
/aosp12/frameworks/base/media/java/android/mtp/
H A DMtpDatabase.java771 private int getObjectFilePath(int handle, char[] outFilePath, long[] outFileLengthFormat) { in getObjectFilePath()
/aosp12/frameworks/base/media/jni/
H A Dandroid_mtp_MtpDatabase.cpp1006 MtpStringBuffer& outFilePath, in getObjectFilePath()