Home
last modified time | relevance | path

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

/dports/www/firefox-legacy/firefox-52.8.0esr/build/compare-mozconfig/
H A Dcompare-mozconfigs-wrapper.py45 whitelist_path = path.join(browser_dir, 'config/mozconfigs/whitelist')
52 whitelist_path, '--no-download',
61 whitelist_path, '--no-download',
/dports/www/firefox-esr/firefox-91.8.0/gfx/webrender_bindings/src/
H A Dprogram_cache.rs182 let mut whitelist_path = self.cache_path.clone(); in set_startup_shaders() localVariable
183 whitelist_path.push(WHITELIST_FILENAME); in set_startup_shaders()
187 File::create(&whitelist_path) in set_startup_shaders()
222 let mut whitelist_path = self.cache_path.clone(); in try_load_startup_shaders_from_disk() localVariable
223 whitelist_path.push(WHITELIST_FILENAME); in try_load_startup_shaders_from_disk()
224 let whitelist = match read_to_string(&whitelist_path) { in try_load_startup_shaders_from_disk()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/webrender_bindings/src/
H A Dprogram_cache.rs182 let mut whitelist_path = self.cache_path.clone(); in set_startup_shaders() localVariable
183 whitelist_path.push(WHITELIST_FILENAME); in set_startup_shaders()
187 File::create(&whitelist_path) in set_startup_shaders()
222 let mut whitelist_path = self.cache_path.clone(); in try_load_startup_shaders_from_disk() localVariable
223 whitelist_path.push(WHITELIST_FILENAME); in try_load_startup_shaders_from_disk()
224 let whitelist = match read_to_string(&whitelist_path) { in try_load_startup_shaders_from_disk()
/dports/www/firefox/firefox-99.0/gfx/webrender_bindings/src/
H A Dprogram_cache.rs182 let mut whitelist_path = self.cache_path.clone(); in set_startup_shaders() localVariable
183 whitelist_path.push(WHITELIST_FILENAME); in set_startup_shaders()
187 File::create(&whitelist_path) in set_startup_shaders()
222 let mut whitelist_path = self.cache_path.clone(); in try_load_startup_shaders_from_disk() localVariable
223 whitelist_path.push(WHITELIST_FILENAME); in try_load_startup_shaders_from_disk()
224 let whitelist = match read_to_string(&whitelist_path) { in try_load_startup_shaders_from_disk()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/webrender_bindings/src/
H A Dprogram_cache.rs182 let mut whitelist_path = self.cache_path.clone(); in set_startup_shaders() localVariable
183 whitelist_path.push(WHITELIST_FILENAME); in set_startup_shaders()
187 File::create(&whitelist_path) in set_startup_shaders()
222 let mut whitelist_path = self.cache_path.clone(); in try_load_startup_shaders_from_disk() localVariable
223 whitelist_path.push(WHITELIST_FILENAME); in try_load_startup_shaders_from_disk()
224 let whitelist = match read_to_string(&whitelist_path) { in try_load_startup_shaders_from_disk()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/component_updater/
H A Dsupervised_user_whitelist_installer_unittest.cc178 const base::FilePath& whitelist_path() const { return whitelist_path_; } in whitelist_path() function in component_updater::__anonc40581bf0111::WhitelistLoadObserver
184 const base::FilePath& whitelist_path) { in OnWhitelistReady() argument
187 whitelist_path_ = whitelist_path; in OnWhitelistReady()
259 void PrepareWhitelistFile(const base::FilePath& whitelist_path) { in PrepareWhitelistFile() argument
262 base::WriteFile(whitelist_path, kWhitelistContents, in PrepareWhitelistFile()
379 EXPECT_EQ(whitelist_path_.value(), observer.whitelist_path().value()); in TEST_F()
H A Dsupervised_user_whitelist_installer.cc137 const base::FilePath& whitelist_path, in OnWhitelistSanitizationResult() argument
143 LOG(WARNING) << "Invalid whitelist " << whitelist_path.value() << ": " in OnWhitelistSanitizationResult()
169 const base::FilePath& whitelist_path, in CheckForSanitizedWhitelistOnTaskRunner() argument
178 if (!base::ReadFileToString(whitelist_path, &unsafe_json)) { in CheckForSanitizedWhitelistOnTaskRunner()
179 PLOG(ERROR) << "Couldn't read file " << whitelist_path.value(); in CheckForSanitizedWhitelistOnTaskRunner()
185 base::BindOnce(&OnWhitelistSanitizationResult, whitelist_path, crx_id, in CheckForSanitizedWhitelistOnTaskRunner()
379 const base::FilePath& whitelist_path);
476 const base::FilePath& whitelist_path) { in OnRawWhitelistReady() argument
483 &CheckForSanitizedWhitelistOnTaskRunner, crx_id, whitelist_path, in OnRawWhitelistReady()
H A Dsupervised_user_whitelist_installer.h37 const base::FilePath& whitelist_path)>;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/perfetto/tools/ftrace_proto_gen/
H A Dmain.cc66 std::string whitelist_path; in main() local
77 whitelist_path = optarg; in main()
103 PERFETTO_CHECK(!whitelist_path.empty()); in main()
108 perfetto::ReadWhitelist(whitelist_path); in main()
/dports/lang/spidermonkey60/firefox-60.9.0/testing/talos/talos/xtalos/
H A Detlparser.py380 whitelist_path = None
384 whitelist_path = os.path.join(dirname, 'xperf_whitelist.json')
388 whitelist_path = os.path.join(dirname, 'xtalos', 'xperf_whitelist.json')
391 if whitelist_path:
392 with open(whitelist_path, 'r') as fHandle:
/dports/lang/spidermonkey78/firefox-78.9.0/testing/talos/talos/xtalos/
H A Detlparser.py424 whitelist_path = None
428 whitelist_path = os.path.join(dirname, 'xperf_whitelist.json')
432 whitelist_path = os.path.join(dirname, 'xtalos', 'xperf_whitelist.json')
435 if whitelist_path:
436 with open(whitelist_path, 'r') as fHandle:
/dports/www/firefox-legacy/firefox-52.8.0esr/toolkit/components/telemetry/
H A Dhistogram_tools.py78whitelist_path = os.path.join(os.path.abspath(os.path.realpath(os.path.dirname(__file__))), 'histo…
79 with open(whitelist_path, 'r') as f:
85 raise BaseException, 'error parsing whitelist (%s)' % whitelist_path
88 print 'Unable to parse whitelist (%s). Assuming all histograms are acceptable.' % whitelist_path
/dports/net/fiche/fiche-0.9.1/
H A Dfiche.h86 char *whitelist_path; member
H A Dmain.c116 fs.whitelist_path = optarg; in main()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/perfetto/tools/
H A Drun_ftrace_proto_gen26 --whitelist_path "$DIR/ftrace_proto_gen/event_whitelist" \
/dports/lang/spidermonkey60/firefox-60.9.0/toolkit/components/telemetry/
H A Dparse_histograms.py97 whitelist_path = os.path.join(os.path.abspath(os.path.realpath(os.path.dirname(__file__))),
99 with open(whitelist_path, 'r') as f:
105 ParserError('Error parsing whitelist: %s' % whitelist_path).handle_now()
108 ParserError('Unable to parse whitelist: %s.' % whitelist_path).handle_now()