Home
last modified time | relevance | path

Searched refs:idDefinedPath_ (Results 1 – 2 of 2) sorted by relevance

/developtools/global_resource_tool/src/
Dresource_table.cpp32idDefinedPath_ = FileEntry::FilePath(packageParser.GetIdDefinedOutput()).Append(ID_DEFINED_FILE).G… in ResourceTable()
62 if (!idDefinedPath_.empty()) { in CreateResourceTable()
93 if (!idDefinedPath_.empty()) { in CreateResourceTable()
169 ofstream out(idDefinedPath_, ofstream::out | ofstream::binary); in CreateIdDefined()
171 cerr << "Error: open failed '" << idDefinedPath_ << "',reason: " << strerror(errno) << endl; in CreateIdDefined()
/developtools/global_resource_tool/include/
Dresource_table.h87 std::string idDefinedPath_; variable