Home
last modified time | relevance | path

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

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