Home
last modified time | relevance | path

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

/third_party/grpc/src/csharp/Grpc.Tools.Tests/
DDepFileUtilTest.cs74 DepFileUtil.GetOutputDirWithHash("out", "foo.proto")); in GetOutputDirWithHash_IsSane()
76 DepFileUtil.GetOutputDirWithHash("", "foo.proto")); in GetOutputDirWithHash_IsSane()
82 string PickHash(string fname) => DepFileUtil.GetOutputDirWithHash("", fname); in GetOutputDirWithHash_HashesDir()
/third_party/grpc/src/csharp/Grpc.Tools/
DDepFileUtil.cs171 public static string GetOutputDirWithHash(string outputDir, string proto) in GetOutputDirWithHash() method in Grpc.Tools.DepFileUtil