Home
last modified time | relevance | path

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

/external/perfetto/src/ipc/protoc_plugin/
Dipc_plugin.cc115 std::string StripName(const FileDescriptor& file) { in StripName() function
120 return StripName(file) + ".ipc"; in GetStubName()
288 h_printer.Print("#include \"$h$\"\n", "h", StripName(*file) + ".gen.h"); in Generate()
291 h_printer.Print("#include \"$h$\"\n", "h", StripName(*file_dep) + ".gen.h"); in Generate()