/external/chromium_org/tools/gn/ |
D | ninja_build_writer.cc | 67 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()
|
D | filesystem_utils.h | 43 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()
|
D | generate_test_gn_data.cc | 27 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()
|
D | setup.cc | 215 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()
|
D | function_write_file.cc | 76 "I was using \"" + FilePathToUTF8(file_path.DirName()) + "\"."); in RunWriteFile() 83 "I was writing \"" + FilePathToUTF8(file_path) + "\"."); in RunWriteFile()
|
D | ninja_toolchain_writer.cc | 48 ScopedTrace trace(TraceItem::TRACE_FILE_WRITE, FilePathToUTF8(ninja_file)); in RunAndWriteFile() 53 file.open(FilePathToUTF8(ninja_file).c_str(), in RunAndWriteFile()
|
D | gyp_helper.cc | 78 return FilePathToUTF8(file.Resolve(base::FilePath())); in GetFileReference() 93 ret = FilePathToUTF8(dir.Resolve(base::FilePath())); in GetDirReference()
|
D | input_file_manager.cc | 219 FilePathToUTF8(primary_path) + " or \n" + in LoadFile() 220 FilePathToUTF8(secondary_path)); in LoadFile() 225 "Unable to load \"" + FilePathToUTF8(primary_path) + "\"."); in LoadFile()
|
D | function_exec_script.cc | 370 "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()
|
D | function_read_file.cc | 65 "I resolved this to \"" + FilePathToUTF8(file_path) + "\"."); in RunReadFile()
|
D | build_settings.cc | 30 root_path_utf8_ = FilePathToUTF8(root_path_); in SetRootPath()
|
D | command_refs.cc | 107 unique_output.insert(FilePathToUTF8(FilePathForRecord(record))); in RunRefs()
|
D | scope_per_file_provider.cc | 62 FilePathToUTF8(scope_->settings()->build_settings()->python_path()))); in GetPythonPath()
|
D | path_output.cc | 88 EscapeStringToStream(out, FilePathToUTF8(file), options_); in WriteFile()
|
D | ninja_target_writer.cc | 52 g_scheduler->Log("Writing", FilePathToUTF8(ninja_file)); in RunAndWriteFile()
|
D | function_rebase_path.cc | 116 result = Value(function, FilePathToUTF8(system_path)); in ConvertOnePath()
|
D | gyp_binary_target_writer.cc | 387 Indent(indent) << "'CC': '" << FilePathToUTF8(clang_path) << "',\n"; in WriteMacFlags() 389 << FilePathToUTF8(clang_pp_path) << "',\n"; in WriteMacFlags()
|
D | trace.cc | 158 item_->set_cmdline(FilePathToUTF8(cmdline.GetArgumentsString())); in SetCommandLine()
|
D | filesystem_utils.cc | 198 std::string FilePathToUTF8(const base::FilePath::StringType& str) { in FilePathToUTF8() function
|
/external/chromium/base/ |
D | value_conversions.cc | 19 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/ |
D | pepper_file_chooser_host_unittest.cc | 60 std::string FilePathToUTF8(const base::FilePath::StringType& path) { in FilePathToUTF8() function 129 EXPECT_EQ(FilePathToUTF8(selected_info.display_name), in TEST_F()
|