Lines Matching refs:DepFileUtil
32 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()
162 return DepFileUtil.ReadDependencyInputs(tempPath, protoName, log); in ReadDependencyInputFromFileData()