Home
last modified time | relevance | path

Searched defs:file_stat2 (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/nix/test/
Dtest_stat.rs166 let file_stat2 = stat(&filename).unwrap(); in test_fchmod() localVariable
198 let file_stat2 = stat(&fullpath).unwrap(); in test_fchmodat() localVariable
/aosp_15_r20/external/python/pyfakefs/pyfakefs/tests/
Dimport_as_example.py84 def file_stat2(filepath): function