Home
last modified time | relevance | path

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

/developtools/global_resource_tool/src/
Dresource_table.cpp34indexFilePath_ = FileEntry::FilePath(packageParser.GetOutput()).Append(RESOURCE_INDEX_FILE).GetPat… in ResourceTable()
198 ofstream out(indexFilePath_, ofstream::out | ofstream::binary); in SaveToResouorceIndex()
200 … cerr << "Error: open failed '" << indexFilePath_ << "', reason: " << strerror(errno) << endl; in SaveToResouorceIndex()
/developtools/global_resource_tool/include/
Dresource_table.h86 std::string indexFilePath_; variable