OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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