Searched refs:GetOutputDirWithHash (Results 1 – 2 of 2) sorted by relevance
74 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()
171 public static string GetOutputDirWithHash(string outputDir, string proto) in GetOutputDirWithHash() method in Grpc.Tools.DepFileUtil