Home
last modified time | relevance | path

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

/dports/www/firefox-esr/firefox-91.8.0/python/mozbuild/mozbuild/frontend/
H A Dsandbox.py74 def __init__(self, file_stack, trace, illegal_path=None, read_error=None): argument
78 self.illegal_path = illegal_path
H A Dreader.py236 self._context.source_stack, sys.exc_info()[2], illegal_path=path
681 if self.sandbox_load.illegal_path is not None:
688 s.write(" %s\n" % self.sandbox_load.illegal_path)
/dports/lang/spidermonkey60/firefox-60.9.0/python/mozbuild/mozbuild/frontend/
H A Dsandbox.py72 def __init__(self, file_stack, trace, illegal_path=None, read_error=None): argument
76 self.illegal_path = illegal_path
H A Dreader.py247 sys.exc_info()[2], illegal_path=path)
675 if self.sandbox_load.illegal_path is not None:
682 s.write(' %s\n' % self.sandbox_load.illegal_path)
/dports/www/firefox/firefox-99.0/python/mozbuild/mozbuild/frontend/
H A Dsandbox.py74 def __init__(self, file_stack, trace, illegal_path=None, read_error=None): argument
78 self.illegal_path = illegal_path
H A Dreader.py236 self._context.source_stack, sys.exc_info()[2], illegal_path=path
681 if self.sandbox_load.illegal_path is not None:
688 s.write(" %s\n" % self.sandbox_load.illegal_path)
/dports/mail/thunderbird/thunderbird-91.8.0/python/mozbuild/mozbuild/frontend/
H A Dsandbox.py74 def __init__(self, file_stack, trace, illegal_path=None, read_error=None): argument
78 self.illegal_path = illegal_path
H A Dreader.py236 self._context.source_stack, sys.exc_info()[2], illegal_path=path
681 if self.sandbox_load.illegal_path is not None:
688 s.write(" %s\n" % self.sandbox_load.illegal_path)
/dports/lang/spidermonkey78/firefox-78.9.0/python/mozbuild/mozbuild/frontend/
H A Dsandbox.py75 def __init__(self, file_stack, trace, illegal_path=None, read_error=None): argument
79 self.illegal_path = illegal_path
H A Dreader.py238 sys.exc_info()[2], illegal_path=path)
660 if self.sandbox_load.illegal_path is not None:
667 s.write(' %s\n' % self.sandbox_load.illegal_path)
/dports/www/firefox-legacy/firefox-52.8.0esr/python/mozbuild/mozbuild/frontend/
H A Dsandbox.py72 def __init__(self, file_stack, trace, illegal_path=None, read_error=None): argument
76 self.illegal_path = illegal_path
H A Dreader.py246 sys.exc_info()[2], illegal_path=path)
702 if self.sandbox_load.illegal_path is not None:
709 s.write(' %s\n' % self.sandbox_load.illegal_path)
/dports/www/chromium-legacy/chromium-88.0.4324.182/extensions/browser/
H A Dsandboxed_unpacker_unittest.cc65 base::FilePath illegal_path = in Filter() local
69 paths->insert(illegal_path); in Filter()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/extensions/browser/
H A Dsandboxed_unpacker_unittest.cc65 base::FilePath illegal_path = in Filter() local
69 paths->insert(illegal_path); in Filter()
/dports/www/firefox-esr/firefox-91.8.0/python/mozbuild/mozbuild/test/frontend/
H A Dtest_sandbox.py279 se.exception.illegal_path, sandbox.normalize_path("../moz.build")
/dports/www/firefox/firefox-99.0/python/mozbuild/mozbuild/test/frontend/
H A Dtest_sandbox.py279 se.exception.illegal_path, sandbox.normalize_path("../moz.build")
/dports/mail/thunderbird/thunderbird-91.8.0/python/mozbuild/mozbuild/test/frontend/
H A Dtest_sandbox.py279 se.exception.illegal_path, sandbox.normalize_path("../moz.build")
/dports/lang/spidermonkey78/firefox-78.9.0/python/mozbuild/mozbuild/test/frontend/
H A Dtest_sandbox.py269 self.assertEqual(se.exception.illegal_path,
/dports/lang/spidermonkey60/firefox-60.9.0/python/mozbuild/mozbuild/test/frontend/
H A Dtest_sandbox.py271 self.assertEqual(se.exception.illegal_path,
/dports/www/firefox-legacy/firefox-52.8.0esr/python/mozbuild/mozbuild/test/frontend/
H A Dtest_sandbox.py271 self.assertEqual(se.exception.illegal_path,
/dports/devel/git-filter-repo/git-filter-repo-2.34.0/
H A Dgit_filter_repo.py1640 for illegal_path in [b'.', b'..']:
1641 if illegal_path in components:
1643 % (decode(illegal_path), decode(user_path)))
H A Dgit-filter-repo1640 for illegal_path in [b'.', b'..']:
1641 if illegal_path in components:
1643 % (decode(illegal_path), decode(user_path)))
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/media/webrtc/
H A Dwebrtc_event_log_manager_unittest.cc1872 const base::FilePath illegal_path(FILE_PATH_LITERAL(":!@#$%|`^&*\\/")); in TEST_F() local
1873 EXPECT_TRUE(EnableLocalLogging(illegal_path)); in TEST_F()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/chrome/browser/media/webrtc/
H A Dwebrtc_event_log_manager_unittest.cc1871 const base::FilePath illegal_path(FILE_PATH_LITERAL(":!@#$%|`^&*\\/")); in TEST_F() local
1872 EXPECT_TRUE(EnableLocalLogging(illegal_path)); in TEST_F()