Home
last modified time | relevance | path

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

/external/v8/tools/clang/plugins/
DChromeClassTester.cpp113 for (const std::string& banned_dir : banned_directories_) { in ClassifyLocation() local
116 assert(banned_dir.front() == '/' && "Banned dir must start with '/'"); in ClassifyLocation()
117 assert(banned_dir.back() == '/' && "Banned dir must end with '/'"); in ClassifyLocation()
119 if (filename.find(banned_dir) != std::string::npos) in ClassifyLocation()