Searched refs:InsertFilePath (Results 1 – 2 of 2) sorted by relevance
103 bool InsertFilePath(size_t path_id, std::string file_path);
83 bool SessionBase::InsertFilePath(size_t path_id, std::string file_path) { in InsertFilePath() function in iorap::prefetcher::SessionBase129 if (!InsertFilePath(path_id, std::move(file_path_str))) { in RegisterFilePath()