Searched refs:whitelist_path (Results 1 – 2 of 2) sorted by relevance
324 Maybe<std::string> whitelist_path; in Optimize() local346 &whitelist_path) in Optimize()461 if (whitelist_path) { in Optimize()462 std::string& path = whitelist_path.value(); in Optimize()
59 for (const auto& whitelist_path : kPathWhitelist) { in IsAllowed() local60 if (path == whitelist_path) in IsAllowed()65 for (const auto& whitelist_path : whitelist_) { in IsAllowed() local66 if (path == whitelist_path) in IsAllowed()