Home
last modified time | relevance | path

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

/third_party/gn/src/gn/
Dcommand_args.cc285 bool RunEditor(const base::FilePath& file_to_edit) { in RunEditor() argument
290 info.lpFile = reinterpret_cast<LPCWSTR>(file_to_edit.value().c_str()); in RunEditor()
295 "Just edit \"" + FilePathToUTF8(file_to_edit) + "\" manually instead.") in RunEditor()
302 OutputString("\"" + FilePathToUTF8(file_to_edit) + in RunEditor()
306 OutputString("Waiting for editor on \"" + FilePathToUTF8(file_to_edit) + in RunEditor()
316 bool RunEditor(const base::FilePath& file_to_edit) { in RunEditor() argument
331 std::string escaped_name = file_to_edit.value(); in RunEditor()
336 OutputString("Waiting for editor on \"" + file_to_edit.value() + "\"...\n"); in RunEditor()