Home
last modified time | relevance | path

Searched refs:UTF8ToFilePath (Results 1 – 10 of 10) 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.cc225 base::FilePath UTF8ToFilePath(std::string_view sp) { in UTF8ToFilePath() function
818 return base::FilePath(UTF8ToFilePath(converted)); in ResolvePath()
825 return UTF8ToFilePath(converted).NormalizePathSeparatorsTo('/'); in ResolvePath()
827 return source_root.Append(UTF8ToFilePath(converted)) in ResolvePath()
865 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.cc99 setup.build_settings()->SetRootPath(UTF8ToFilePath("/root")); in TEST_F()
Dcommand_refs.cc366 base::ReadFileToString(UTF8ToFilePath(args[i].substr(1)), &contents);
Dsetup.cc886 ProcessFileExtensions(UTF8ToFilePath(value->string_value())); in FillPythonPath()
975 auto normalized_extension = UTF8ToFilePath(extension).value(); in FillOtherConfig()
Dxcode_writer.cc241 build_settings->root_path().Append(UTF8ToFilePath(rebased_root))); in GetAdditionalFilesRoots()
1057 config_output_dir = config_output_dir.Append(UTF8ToFilePath(output_dir)); in GetConfigOutputDir()
Dvisual_studio_writer.cc447 base::FilePath filters_path = UTF8ToFilePath(vcxproj_path_str + ".filters"); in WriteProjectFiles()