Home
last modified time | relevance | path

Searched refs:FilePathToUTF8 (Results 1 – 21 of 21) sorted by relevance

/external/chromium_org/tools/gn/
Dninja_build_writer.cc67 EscapeString(FilePathToUTF8(i->second), escape_shell, NULL); in GetSelfInvocationCommand()
117 file.open(FilePathToUTF8(ninja_file).c_str(), in RunAndWriteFile()
123 depfile.open((FilePathToUTF8(ninja_file) + ".d").c_str(), in RunAndWriteFile()
168 dep_out_ << " " << FilePathToUTF8(input_files[i]); in WriteNinjaRules()
173 dep_out_ << " " << FilePathToUTF8(other_files[i]); in WriteNinjaRules()
Dfilesystem_utils.h43 std::string FilePathToUTF8(const base::FilePath::StringType& str);
44 inline std::string FilePathToUTF8(const base::FilePath& path) { in FilePathToUTF8() function
45 return FilePathToUTF8(path.value()); in FilePathToUTF8()
Dgenerate_test_gn_data.cc27 std::string FilePathToUTF8(const base::FilePath& path) { in FilePathToUTF8() function
81 std::cout << "Writing " << FilePathToUTF8(filename) << "\n"; in WriteLevel()
88 file.open(FilePathToUTF8(filename).c_str(), in WriteLevel()
Dsetup.cc215 std::string build_path_8 = FilePathToUTF8(build_path); in DoSetup()
302 scheduler_.Log("Using source root", FilePathToUTF8(root_path)); in FillSourceDir()
331 scheduler_.Log("Got dotfile", FilePathToUTF8(dotfile_name_)); in RunConfigFile()
336 "The file \"" + FilePathToUTF8(dotfile_name_) + "\" cound't be loaded") in RunConfigFile()
391 "Your .gn file (\"" + FilePathToUTF8(dotfile_name_) + "\")\n" in FillOtherConfig()
Dfunction_write_file.cc76 "I was using \"" + FilePathToUTF8(file_path.DirName()) + "\"."); in RunWriteFile()
83 "I was writing \"" + FilePathToUTF8(file_path) + "\"."); in RunWriteFile()
Dninja_toolchain_writer.cc48 ScopedTrace trace(TraceItem::TRACE_FILE_WRITE, FilePathToUTF8(ninja_file)); in RunAndWriteFile()
53 file.open(FilePathToUTF8(ninja_file).c_str(), in RunAndWriteFile()
Dgyp_helper.cc78 return FilePathToUTF8(file.Resolve(base::FilePath())); in GetFileReference()
93 ret = FilePathToUTF8(dir.Resolve(base::FilePath())); in GetDirReference()
Dinput_file_manager.cc219 FilePathToUTF8(primary_path) + " or \n" + in LoadFile()
220 FilePathToUTF8(secondary_path)); in LoadFile()
225 "Unable to load \"" + FilePathToUTF8(primary_path) + "\"."); in LoadFile()
Dfunction_exec_script.cc370 "I was trying to execute \"" + FilePathToUTF8(python_path) + "\"."); in RunExecScript()
383 std::string msg = "Current dir: " + FilePathToUTF8(startup_dir) + in RunExecScript()
384 "\nCommand: " + FilePathToUTF8(cmdline.GetCommandLineString()) + in RunExecScript()
Dfunction_read_file.cc65 "I resolved this to \"" + FilePathToUTF8(file_path) + "\"."); in RunReadFile()
Dbuild_settings.cc30 root_path_utf8_ = FilePathToUTF8(root_path_); in SetRootPath()
Dcommand_refs.cc107 unique_output.insert(FilePathToUTF8(FilePathForRecord(record))); in RunRefs()
Dscope_per_file_provider.cc62 FilePathToUTF8(scope_->settings()->build_settings()->python_path()))); in GetPythonPath()
Dpath_output.cc88 EscapeStringToStream(out, FilePathToUTF8(file), options_); in WriteFile()
Dninja_target_writer.cc52 g_scheduler->Log("Writing", FilePathToUTF8(ninja_file)); in RunAndWriteFile()
Dfunction_rebase_path.cc116 result = Value(function, FilePathToUTF8(system_path)); in ConvertOnePath()
Dgyp_binary_target_writer.cc387 Indent(indent) << "'CC': '" << FilePathToUTF8(clang_path) << "',\n"; in WriteMacFlags()
389 << FilePathToUTF8(clang_pp_path) << "',\n"; in WriteMacFlags()
Dtrace.cc158 item_->set_cmdline(FilePathToUTF8(cmdline.GetArgumentsString())); in SetCommandLine()
Dfilesystem_utils.cc198 std::string FilePathToUTF8(const base::FilePath::StringType& str) { in FilePathToUTF8() function
/external/chromium/base/
Dvalue_conversions.cc19 std::string FilePathToUTF8(const FilePath& file_path) { in FilePathToUTF8() function
40 return new StringValue(FilePathToUTF8(in_value)); in CreateFilePathValue()
/external/chromium_org/content/renderer/pepper/
Dpepper_file_chooser_host_unittest.cc60 std::string FilePathToUTF8(const base::FilePath::StringType& path) { in FilePathToUTF8() function
129 EXPECT_EQ(FilePathToUTF8(selected_info.display_name), in TEST_F()