Home
last modified time | relevance | path

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

/third_party/ninja/src/
Dmsvc_helper.h17 std::string EscapeForDepfile(const std::string& path);
Dmsvc_helper_test.cc24 EscapeForDepfile("sub\\some sdk\\foo.h")); in TEST()
Dmsvc_helper-win32.cc37 string EscapeForDepfile(const string& path) { in EscapeForDepfile() function
Dmsvc_helper_main-win32.cc70 if (fprintf(depfile, "%s\n", EscapeForDepfile(*i).c_str()) < 0) { in WriteDepFileOrDie()