Home
last modified time | relevance | path

Searched refs:stat_return (Results 1 – 4 of 4) sorted by relevance

/external/grpc-grpc/src/core/lib/security/security_connector/
Dload_system_roots_linux.cc106 int stat_return = stat(file_data.path, &dir_entry_stat); in CreateRootCertsBundle() local
107 if (stat_return == -1 || !S_ISREG(dir_entry_stat.st_mode)) { in CreateRootCertsBundle()
109 if (stat_return == -1) { in CreateRootCertsBundle()
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime.Test/BuildOptions/
DDebugGrammarParser.cs138 DebugGrammarParser.stat_return stat1 = default(DebugGrammarParser.stat_return); in prog()
255 public class stat_return : ParserRuleReturnScope class in DebugGrammarParser
263 private DebugGrammarParser.stat_return stat( ) in stat()
265 DebugGrammarParser.stat_return retval = new DebugGrammarParser.stat_return(); in stat()
DProfileGrammarParser.cs142 ProfileGrammarParser.stat_return stat1 = default(ProfileGrammarParser.stat_return); in prog()
259 public class stat_return : ParserRuleReturnScope class in ProfileGrammarParser
267 private ProfileGrammarParser.stat_return stat( ) in stat()
269 ProfileGrammarParser.stat_return retval = new ProfileGrammarParser.stat_return(); in stat()
/external/antlr/runtime/ObjC/Framework/examples/simplecTreeParser/
DSimpleCParser.java760 SimpleCParser.stat_return stat22 = null; in block()
907 public static class stat_return extends ParserRuleReturnScope { class in SimpleCParser
914 public final SimpleCParser.stat_return stat() throws RecognitionException { in stat()
915 SimpleCParser.stat_return retval = new SimpleCParser.stat_return(); in stat()