Home
last modified time | relevance | path

Searched defs:stat_return (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/grpc-grpc/src/core/lib/security/security_connector/
H A Dload_system_roots_supported.cc109 int stat_return = stat(file_data.path, &dir_entry_stat); in CreateRootCertsBundle() local
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/security/security_connector/
Dload_system_roots_supported.cc113 int stat_return = stat(file_data.path, &dir_entry_stat); in CreateRootCertsBundle() local
/aosp_15_r20/external/antlr/runtime/ObjC/Framework/examples/simplecTreeParser/
H A DSimpleCParser.java907 public static class stat_return extends ParserRuleReturnScope { class in SimpleCParser