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

  /frameworks/native/opengl/tools/glgen/src/
GenerateGL.java 117 String cFilename = "com_google_android_gles_jni_GLImpl.cpp";
132 new PrintStream(new FileOutputStream("out/" + cFilename));
151 cStream.println("/* //device/libs/android_runtime/" + cFilename);
  /system/security/keystore/
key_store_service.cpp 767 String8 cFilename(mKeyStore->getKeyNameForUidWithDir(name8, uid, ::TYPE_KEY_CHARACTERISTICS));
780 return mKeyStore->put(cFilename.string(), &charBlob, get_user_id(uid));
    [all...]

Completed in 230 milliseconds