Searched refs:nativeIsIncrementalFd (Results 1 – 2 of 2) sorted by relevance
44 static jboolean nativeIsIncrementalFd(JNIEnv* env, jobject clazz, jint fd) { in nativeIsIncrementalFd() function68 {"nativeIsIncrementalFd", "(I)Z", (void*)nativeIsIncrementalFd},
290 return nativeIsIncrementalFd(fd.getInt$()); in isIncrementalFileFd()431 private static native boolean nativeIsIncrementalFd(@NonNull int fd); in nativeIsIncrementalFd() method in IncrementalManager