Searched refs:UTF8ToFilePath (Results 1 – 9 of 9) 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()
224 base::FilePath UTF8ToFilePath(std::string_view sp) { in UTF8ToFilePath() function774 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()
23 base::FilePath UTF8ToFilePath(std::string_view sp);
144 if (!base::ReadFileToString(UTF8ToFilePath(deps_target_list_file), in CollectRuntimeDepsFromFlag()
97 setup.build_settings()->SetRootPath(UTF8ToFilePath("/root")); in TEST_F()
791 ProcessFileExtensions(UTF8ToFilePath(value->string_value())); in FillPythonPath()879 auto normalized_extension = UTF8ToFilePath(extension).value(); in FillOtherConfig()
366 base::ReadFileToString(UTF8ToFilePath(args[i].substr(1)), &contents);
444 base::FilePath filters_path = UTF8ToFilePath(vcxproj_path_str + ".filters"); in WriteProjectFiles()