HomeSort by relevance Sort by last modified time
    Searched refs:StringPrintProgram (Results 1 - 3 of 3) sorted by null

  /external/libchrome/sandbox/linux/bpf_dsl/
dump_bpf.h 18 // StringPrintProgram writes |program| in a human-readable format to
20 static std::string StringPrintProgram(const CodeGen::Program& program);
dump_bpf.cc 147 fputs(StringPrintProgram(program).c_str(), stderr);
150 std::string DumpBPF::StringPrintProgram(const CodeGen::Program& program) {
bpf_dsl_unittest.cc 79 const std::string actual = DumpBPF::StringPrintProgram(program_);

Completed in 49 milliseconds