Searched refs:EscapeForDepfile (Results 1 – 4 of 4) sorted by relevance
17 std::string EscapeForDepfile(const std::string& path);
24 EscapeForDepfile("sub\\some sdk\\foo.h")); in TEST()
37 string EscapeForDepfile(const string& path) { in EscapeForDepfile() function
70 if (fprintf(depfile, "%s\n", EscapeForDepfile(*i).c_str()) < 0) { in WriteDepFileOrDie()