Home
last modified time | relevance | path

Searched defs:AnyPath (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/python/pyfakefs/pyfakefs/
Dfake_filesystem.py497 def _create_mount_point_dir(self, directory_path: AnyPath) -> FakeDirectory:
1346 def ends_with_path_separator(self, path: Union[int, AnyPath]) -> bool: argument
1382 def exists(self, file_path: AnyPath, check_link: bool = False) -> bool:
1592 file_path: AnyPath,
1654 def get_object(self, file_path: AnyPath, check_read_perm: bool = True) -> FakeFile:
1713 def lresolve(self, path: AnyPath) -> FakeFile:
1784 old_file_path: AnyPath,
1785 new_file_path: AnyPath,
2028 def make_string_path(self, path: AnyPath) -> AnyStr:
2035 self, directory_path: AnyPath, perm_bits: int = helpers.PERM_DEF
[all …]
Dhelpers.py26 AnyPath = Union[AnyStr, os.PathLike] variable
122 def make_string_path(dir_name: AnyPath) -> AnyStr:
Dfake_file.py633 source_path: AnyPath,
636 target_path: Optional[AnyPath] = None,
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/clap_builder-4.5.2/src/builder/
H A Dvalue_hint.rs37 AnyPath, enumerator
/aosp_15_r20/external/rust/android-crates-io/crates/clap_builder/src/builder/
Dvalue_hint.rs37 AnyPath, enumerator
/aosp_15_r20/external/rust/android-crates-io/extra_versions/crates/clap/src/builder/
Dvalue_hint.rs36 AnyPath, enumerator