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

  /external/webkit/Source/WebKit/chromium/src/gtk/
WebFontInfo.cpp 94 FcChar8* cFilename;
95 if (FcPatternGetString(current, FC_FILE, 0, &cFilename) != FcResultMatch)
98 if (access(reinterpret_cast<char*>(cFilename), R_OK))
  /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);

Completed in 672 milliseconds