Home
last modified time | relevance | path

Searched refs:path_is_symlink (Results 1 – 2 of 2) sorted by relevance

/external/rust/crates/walkdir/src/tests/
Drecursive.rs32 assert!(!ent.path_is_symlink()); in empty()
48 assert!(!ent.path_is_symlink()); in empty_follow()
66 assert!(!ent.path_is_symlink()); in empty_file()
84 assert!(!ent.path_is_symlink()); in empty_file_follow()
340 assert!(link.path_is_symlink()); in sym_root_file_nofollow()
370 assert!(link.path_is_symlink()); in sym_root_file_follow()
402 assert!(link.path_is_symlink()); in sym_root_dir_nofollow()
418 assert!(!link_zzz.path_is_symlink()); in sym_root_dir_nofollow()
438 assert!(link.path_is_symlink()); in sym_root_dir_follow()
454 assert!(!link_zzz.path_is_symlink()); in sym_root_dir_follow()
[all …]
/external/rust/crates/walkdir/src/
Ddent.rs100 pub fn path_is_symlink(&self) -> bool { in path_is_symlink() method