Searched refs:indexFilePath_ (Results 1 – 2 of 2) sorted by relevance
34 …indexFilePath_ = 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()
86 std::string indexFilePath_; variable