Home
last modified time | relevance | path

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

/external/chromium_org/tools/gn/
Dsource_file.cc56 ConvertPathToSystem(&converted); in Resolve()
61 ConvertPathToSystem(&converted); in Resolve()
Dsource_dir.cc133 ConvertPathToSystem(&converted); in Resolve()
139 ConvertPathToSystem(&converted); in Resolve()
Dfilesystem_utils.h133 void ConvertPathToSystem(std::string* path);
Dpath_output.cc27 ConvertPathToSystem(&inverse_current_dir_); in PathOutput()
Dfilesystem_utils.cc498 void ConvertPathToSystem(std::string* path) { in ConvertPathToSystem() function
509 ConvertPathToSystem(&ret); in PathToSystem()
Dfunction_rebase_path.cc119 ConvertPathToSystem(&result.string_value()); in ConvertOnePath()
Dninja_helper.cc28 ConvertPathToSystem(&build_to_src_system_no_last_slash_); in NinjaHelper()
Dcommand_desc.cc33 ConvertPathToSystem(&buf); // Convert to backslashes. in FormatSourceDir()