Home
last modified time | relevance | path

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

/third_party/grpc/src/csharp/Grpc.Tools.Tests/
DDepFileUtilTest.cs32 string hashFoo1 = DepFileUtil.HashString64Hex("foo"); in HashString64Hex_IsSane()
33 string hashEmpty = DepFileUtil.HashString64Hex(""); in HashString64Hex_IsSane()
34 string hashFoo2 = DepFileUtil.HashString64Hex("foo"); in HashString64Hex_IsSane()
45 DepFileUtil.GetDepFilenameForProto("out", "foo.proto")); in GetDepFilenameForProto_IsSane()
47 DepFileUtil.GetDepFilenameForProto("", "foo.proto")); in GetDepFilenameForProto_IsSane()
54 DepFileUtil.GetDepFilenameForProto("", fname).Substring(0, 16); in GetDepFilenameForProto_HashesDir()
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()
156 string tempfile = DepFileUtil.GetDepFilenameForProto(tempPath, protoName); in ReadDependencyInputFromFileData()
[all …]
/third_party/grpc/src/csharp/Grpc.Tools/
DProtoReadDependencies.cs60 … string[] deps = DepFileUtil.ReadDependencyInputs(ProtoDepDir, proto.ItemSpec, Log); in Execute()
DProtoCompile.cs357 … DependencyOut = DepFileUtil.GetDepFilenameForProto(ProtoDepDir, Protobuf[0].ItemSpec); in ValidateParameters()
550 string[] outputs = DepFileUtil.ReadDependencyOutputs(DependencyOut, Log); in Execute()
DDepFileUtil.cs28 internal static class DepFileUtil class