Searched refs:inDir (Results 1 - 1 of 1) sorted by relevance

/sdk/emulator/opengl/host/tools/emugen/
H A Dmain.cpp45 std::string inDir = "."; local
68 inDir = std::string(optarg);
96 std::string typesFilename = inDir + "/" + baseName + TYPES_EXTENTION;
102 std::string filename = inDir + "/" + baseName + SPEC_EXTENSION;
110 apiEntries.genAttributesTemplate(inDir + "/" + baseName + ATTRIB_EXTENSION);
114 std::string attribFileName = inDir + "/" + baseName + ATTRIB_EXTENSION;

Completed in 48 milliseconds