Searched refs:stat_return (Results 1 – 4 of 4) sorted by relevance
106 int stat_return = stat(file_data.path, &dir_entry_stat); in CreateRootCertsBundle() local107 if (stat_return == -1 || !S_ISREG(dir_entry_stat.st_mode)) { in CreateRootCertsBundle()109 if (stat_return == -1) { in CreateRootCertsBundle()
142 ProfileGrammarParser.stat_return stat1 = default(ProfileGrammarParser.stat_return); in prog()259 public class stat_return : ParserRuleReturnScope class in ProfileGrammarParser267 private ProfileGrammarParser.stat_return stat( ) in stat()269 ProfileGrammarParser.stat_return retval = new ProfileGrammarParser.stat_return(); in stat()
138 DebugGrammarParser.stat_return stat1 = default(DebugGrammarParser.stat_return); in prog()255 public class stat_return : ParserRuleReturnScope class in DebugGrammarParser263 private DebugGrammarParser.stat_return stat( ) in stat()265 DebugGrammarParser.stat_return retval = new DebugGrammarParser.stat_return(); in stat()
760 SimpleCParser.stat_return stat22 = null; in block()907 public static class stat_return extends ParserRuleReturnScope { class in SimpleCParser914 public final SimpleCParser.stat_return stat() throws RecognitionException { in stat()915 SimpleCParser.stat_return retval = new SimpleCParser.stat_return(); in stat()