Lines Matching +defs:path +defs:dirname
88 let mut path = env::temp_dir(); in test_mkstemp() localVariable
499 let path = tempdir.path().join("file"); in test_chown() localVariable
518 let path = tempfile().unwrap(); in test_fchown() localVariable
536 let path = tempdir.path().join("file"); in test_fchownat() localVariable
625 let path = file.path().to_str().unwrap(); in test_acct() localVariable
762 let path = tempdir.path().join("file"); in test_truncate() localVariable
779 let path = tempdir.path().join("file"); in test_ftruncate() localVariable
1100 let dirname = "foo_dir"; in test_unlinkat_dir_noremovedir() localVariable
1121 let dirname = "foo_dir"; in test_unlinkat_dir_removedir() localVariable
1170 let path = tempdir.path().join("does_exist.txt"); in test_access_file_exists() localVariable
1351 let path = tempdir.path().join("does_exist.txt"); in test_faccessat_none_file_exists() localVariable
1369 let path = tempdir.path().join(exist_file); in test_faccessat_file_exists() localVariable
1403 let path = tempdir.path().join("does_exist.txt"); in test_eaccess_file_exists() localVariable