Searched refs:UTF8ToFilePath (Results 1 – 10 of 10) sorted by relevance
114 bool ret = base::ReadFileToString(UTF8ToFilePath(args[1]), &input); in RunAnalyze()140 WriteFile(UTF8ToFilePath(args[2]), output, &err); in RunAnalyze()
30 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()
225 base::FilePath UTF8ToFilePath(std::string_view sp) { in UTF8ToFilePath() function818 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()
23 base::FilePath UTF8ToFilePath(std::string_view sp);
144 if (!base::ReadFileToString(UTF8ToFilePath(deps_target_list_file), in CollectRuntimeDepsFromFlag()
99 setup.build_settings()->SetRootPath(UTF8ToFilePath("/root")); in TEST_F()
366 base::ReadFileToString(UTF8ToFilePath(args[i].substr(1)), &contents);
886 ProcessFileExtensions(UTF8ToFilePath(value->string_value())); in FillPythonPath()975 auto normalized_extension = UTF8ToFilePath(extension).value(); in FillOtherConfig()
241 build_settings->root_path().Append(UTF8ToFilePath(rebased_root))); in GetAdditionalFilesRoots()1057 config_output_dir = config_output_dir.Append(UTF8ToFilePath(output_dir)); in GetConfigOutputDir()
447 base::FilePath filters_path = UTF8ToFilePath(vcxproj_path_str + ".filters"); in WriteProjectFiles()