Home
last modified time | relevance | path

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

/system/iorap/src/compiler/
Dcompiler.cc896 std::unordered_map<std::string, int64_t /*file handle id*/> file_path_map; in PerformCompilation() local
918 auto it = file_path_map.find(event.filename); in PerformCompilation()
919 if (it == file_path_map.end()) { in PerformCompilation()
921 file_path_map[event.filename] = file_handle; in PerformCompilation()