Home
last modified time | relevance | path

Searched refs:FileNotFoundError (Results 1 – 25 of 114) sorted by relevance

12345

/external/python/cpython3/Lib/importlib/
Dabc.py364 raise FileNotFoundError
376 raise FileNotFoundError
381 raise FileNotFoundError
468 raise FileNotFoundError(resource)
Dresources.py82 raise FileNotFoundError(f'Package has no location {package!r}')
111 raise FileNotFoundError(message)
172 with suppress(FileNotFoundError):
D_common.py41 except FileNotFoundError:
/external/python/cpython3/Lib/test/test_importlib/
Dtest_resource.py151 FileNotFoundError,
155 FileNotFoundError,
159 FileNotFoundError,
163 FileNotFoundError,
Dtest_open.py53 FileNotFoundError,
58 FileNotFoundError,
Dutil.py525 package = create_package(file=bytes_data, path=FileNotFoundError())
538 package = create_package(file=FileNotFoundError(),
539 path=FileNotFoundError())
540 with self.assertRaises(FileNotFoundError):
/external/chromium-trace/catapult/dependency_manager/dependency_manager/
Dexceptions.py27 class FileNotFoundError(Exception): class
29 super(FileNotFoundError, self).__init__('No file found at %s' % file_path)
D__init__.py36 from .exceptions import FileNotFoundError
Dcloud_storage_info.py82 raise exceptions.FileNotFoundError(dependency_path)
/external/webrtc/modules/audio_processing/test/py_quality_assessment/quality_assessment/
Daudioproc_wrapper.py74 raise exceptions.FileNotFoundError('cannot find capture input file')
79 raise exceptions.FileNotFoundError('cannot find render input file')
Dexceptions.py13 class FileNotFoundError(Exception): class
/external/rust/crates/grpcio-sys/grpc/tools/distrib/python/grpc_prefixed/
Dgenerate.py56 except FileNotFoundError:
61 except FileNotFoundError:
/external/python/cpython3/Lib/test/
Dtest_netrc.py135 self.assertRaises(FileNotFoundError, netrc.netrc)
138 self.assertRaises(FileNotFoundError, netrc.netrc,
Dtest_unicode_file_functions.py85 expected_exception=FileNotFoundError,
108 _listdir_failure = NotADirectoryError, FileNotFoundError
Dexception_hierarchy.txt33 | +-- FileNotFoundError
Dtest_exception_hierarchy.py105 except FileNotFoundError:
114 except FileNotFoundError:
/external/python/cpython3/Mac/BuildScript/resources/
Dinstall_certificates.command38 except FileNotFoundError:
/external/pigweed/pw_arduino_build/py/pw_arduino_build/
Dfile_operations.py43 raise FileNotFoundError(
224 except (FileNotFoundError, json.JSONDecodeError):
/external/ms-tpm-20-ref/Samples/ARM32-FirmwareTPM/ta_prod_signing_scripts/
Dgenerate_digest.py43 raise FileNotFoundError('File ' + fname + ' was not found')
Dstitch_ta.py45 raise FileNotFoundError('File ' + fname + ' was not found')
/external/python/cpython3/Lib/
D_bootsubprocess.py89 except FileNotFoundError:
/external/pigweed/pw_build/py/pw_build/
Dmirror_tree.py77 raise FileNotFoundError(f'{path} does not exist!')
/external/rust/crates/grpcio-sys/grpc/third_party/re2/benchlog/
Dbenchplot.py91 except FileNotFoundError:
/external/python/cpython3/Lib/test/test_asyncio/
Dtest_windows_events.py112 with self.assertRaises(FileNotFoundError):
141 with self.assertRaises(FileNotFoundError):
/external/toolchain-utils/llvm_tools/
Dnightly_revert_checker.py181 except FileNotFoundError:
190 except FileNotFoundError:

12345