Home
last modified time | relevance | path

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

/foundation/graphic/graphic_3d/lume/LumeBinaryCompile/lumeassetcompiler/src/
H A Dmain.cpp44 void append_file(const std::string& filename, const std::string& storename) argument
60 printf("Skipped %s\n", storename.c_str());
63 if (storename.size() > 255) {
64 printf("Filename too long [%s]\n", storename.c_str());
68 strcpy(tmp.fname, storename.c_str());

Completed in 2 milliseconds