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

  /sdk/emulator/opengl/host/tools/emugen/
main.cpp 114 std::string attribFileName = inDir + "/" + baseName + ATTRIB_EXTENSION;
115 if (apiEntries.readAttributes(attribFileName) < 0) {
116 perror(attribFileName.c_str());
ApiGen.h 37 int readAttributes(const std::string & attribFilename);
ApiGen.cpp     [all...]

Completed in 125 milliseconds