Home
last modified time | relevance | path

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

/third_party/grpc/src/csharp/Grpc.Tools/
DDepFileUtil.cs62 public static string[] ReadDependencyInputs(string protoDepDir, string proto, in ReadDependencyInputs() argument
65 string depFilename = GetDepFilenameForProto(protoDepDir, proto); in ReadDependencyInputs()
153 public static string GetDepFilenameForProto(string protoDepDir, string proto) in GetDepFilenameForProto() argument
157 return Path.Combine(protoDepDir, $"{dirhash}_{filename}.protodep"); in GetDepFilenameForProto()