Home
last modified time | relevance | path

Searched defs:stat_result (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/python/watchdog/src/watchdog/observers/
Dpolling.py58 stat: Callable[[str], os.stat_result] = os.stat,
131 stat: Callable[[str], os.stat_result],
Dkqueue.py407 stat: Callable[[str], os.stat_result] = os.stat,
/aosp_15_r20/external/python/watchdog/src/watchdog/utils/
Ddirsnapshot.py242 stat: Callable[[str], os.stat_result] = os.stat,
299 stat: Callable[[str], os.stat_result] = os.stat,
/aosp_15_r20/external/rust/android-crates-io/crates/nix/test/
Dtest_stat.rs102 let stat_result = stat(&filename); in test_stat_and_fstat() localVariable
138 let stat_result = stat(&filename); in test_stat_fstat_lstat() localVariable
/aosp_15_r20/system/security/identity/fuzzers/
H A Dcredstore_service_fuzzer.cpp38 int stat_result = lstat(filename.c_str(), &s); in clearDirectory() local
/aosp_15_r20/external/python/pyfakefs/pyfakefs/
Dhelpers.py238 def set_from_stat_result(self, stat_result: os.stat_result) -> None: argument
/aosp_15_r20/art/libartbase/base/
H A Dcommon_art_test.cc432 int stat_result = lstat(filename.c_str(), &s); in ClearDirectory() local
/aosp_15_r20/external/lz4/programs/
H A Dlz4io.c2454 int stat_result = 0; in LZ4IO_decompressDstFile() local