HomeSort by relevance Sort by last modified time
    Searched refs:IterationHandle (Results 1 - 3 of 3) sorted by null

  /libcore/luni/src/main/native/
java_util_jar_StrictJarFile.cpp 99 class IterationHandle {
101 IterationHandle(const char* prefix) :
113 ~IterationHandle() {
130 IterationHandle* handle = new IterationHandle(prefixChars.c_str());
148 static jobject StrictJarFile_nativeNextEntry(JNIEnv* env, jobject, jlong iterationHandle) {
152 IterationHandle* handle = reinterpret_cast<IterationHandle*>(iterationHandle);
  /system/core/libziparchive/
zip_archive.cc 891 struct IterationHandle {
906 IterationHandle* cookie = (IterationHandle*) malloc(sizeof(IterationHandle));
939 IterationHandle* handle = (IterationHandle *) cookie;
    [all...]
  /external/llvm/include/llvm/Support/
FileSystem.h 748 : IterationHandle(0) {}
754 intptr_t IterationHandle;

Completed in 103 milliseconds