Home
last modified time | relevance | path

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

/third_party/gn/src/gn/
Dtarget.cc159 std::string* failure_path_str, in RecursiveCheckAssertNoDeps() argument
172 *failure_path_str = in RecursiveCheckAssertNoDeps()
184 failure_path_str, failure_pattern)) { in RecursiveCheckAssertNoDeps()
188 failure_path_str->insert(0, prepend_path); in RecursiveCheckAssertNoDeps()
1187 std::string failure_path_str; in CheckAssertNoDeps() local
1191 &failure_path_str, &failure_pattern)) { in CheckAssertNoDeps()
1196 "\nwhich fails for the dependency path:\n" + failure_path_str); in CheckAssertNoDeps()