Home
last modified time | relevance | path

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

/third_party/gn/src/gn/
Dcommand_analyze.cc114 bool ret = base::ReadFileToString(UTF8ToFilePath(args[1]), &input); in RunAnalyze()
140 WriteFile(UTF8ToFilePath(args[2]), output, &err); in RunAnalyze()
Drust_project_writer_unittest.cc30 setup.build_settings()->SetRootPath(UTF8ToFilePath("path")); in TEST_F()
432 setup.build_settings()->SetRootPath(UTF8ToFilePath("path")); in TEST_F()
488 setup.build_settings()->SetRootPath(UTF8ToFilePath("path")); in TEST_F()
542 setup.build_settings()->SetRootPath(UTF8ToFilePath("path")); in TEST_F()
597 setup.build_settings()->SetRootPath(UTF8ToFilePath("path")); in TEST_F()
Dfilesystem_utils.cc224 base::FilePath UTF8ToFilePath(std::string_view sp) { in UTF8ToFilePath() function
774 return base::FilePath(UTF8ToFilePath(converted)); in ResolvePath()
781 return UTF8ToFilePath(converted).NormalizePathSeparatorsTo('/'); in ResolvePath()
783 return source_root.Append(UTF8ToFilePath(converted)) in ResolvePath()
821 FilePathToUTF8(ResolvePath(value, as_file, UTF8ToFilePath(source_root)) in ResolveRelative()
Dfilesystem_utils.h23 base::FilePath UTF8ToFilePath(std::string_view sp);
Druntime_deps.cc144 if (!base::ReadFileToString(UTF8ToFilePath(deps_target_list_file), in CollectRuntimeDepsFromFlag()
Drust_project_writer_helpers_unittest.cc97 setup.build_settings()->SetRootPath(UTF8ToFilePath("/root")); in TEST_F()
Dsetup.cc791 ProcessFileExtensions(UTF8ToFilePath(value->string_value())); in FillPythonPath()
879 auto normalized_extension = UTF8ToFilePath(extension).value(); in FillOtherConfig()
Dcommand_refs.cc366 base::ReadFileToString(UTF8ToFilePath(args[i].substr(1)), &contents);
Dvisual_studio_writer.cc444 base::FilePath filters_path = UTF8ToFilePath(vcxproj_path_str + ".filters"); in WriteProjectFiles()