Searched refs:SetFile (Results 1 - 25 of 44) sorted by relevance

12

/external/chromium_org/base/files/
H A Dfile_proxy.h90 void SetFile(File file);
H A Dfile_proxy.cc36 proxy_->SetFile(file_.Pass());
268 void FileProxy::SetFile(File file) { function in class:base::FileProxy
H A Dfile_proxy_unittest.cc212 proxy.SetFile(file.Pass());
/external/lldb/include/lldb/Symbol/
H A DDeclaration.h242 SetFile (const FileSpec& file_spec) function in class:lldb_private::Declaration
/external/lldb/source/Host/macosx/
H A DSymbols.cpp348 out_dsym_fspec->SetFile(path, path[0] == '~');
402 out_exec_fspec->SetFile(path, path[0] == '~');
485 dsym_fspec.SetFile(path, false);
504 dsym_fspec.SetFile(path, false);
588 module_spec.GetFileSpec().SetFile (str.c_str(), true);
596 module_spec.GetSymbolFileSpec().SetFile (str.c_str(), true);
680 dsym_for_uuid_exe_spec.SetFile(dsym_for_uuid_exe_path_cstr, true);
686 dsym_for_uuid_exe_spec.SetFile("/usr/local/bin/dsymForUUID", false);
703 dsym_for_uuid_exe_spec.SetFile(dsymforuuid_path.c_str(), false);
711 dsym_for_uuid_exe_spec.SetFile(g_dbgshell_comman
[all...]
/external/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformRemoteiOS.cpp581 local_file.SetFile(resolved_path, true);
592 local_file.SetFile(resolved_path, true);
601 local_file.SetFile(resolved_path, true);
629 local_file.SetFile(resolved_path, true);
639 local_file.SetFile(resolved_path, true);
648 local_file.SetFile(resolved_path, true);
H A DPlatformiOSSimulator.cpp338 local_file.SetFile(resolved_path, true);
343 local_file.SetFile(platform_file_path, true);
H A DPlatformDarwin.cpp144 resolved_exe_file.SetFile(exe_path, true);
956 temp_file_spec.SetFile(xcode_dir_path.c_str(), false);
1007 temp_file_spec.SetFile (developer_dir_path, false);
/external/lldb/source/API/
H A DSBDeclaration.cpp121 ref().SetFile(filespec.ref());
123 ref().SetFile(FileSpec());
H A DSBTarget.cpp285 m_opaque_sp->GetExecutableFile().SetFile(path, false);
354 m_opaque_sp->GetExecutableFile().SetFile(path, false);
1115 attach_info.GetExecutableFile().SetFile(name, false);
1901 module_spec.GetFileSpec().SetFile(path, false);
1910 module_spec.GetSymbolFileSpec ().SetFile(symfile, false);
/external/lldb/source/Interpreter/
H A DOptionValueFileSpec.cpp92 m_current_value.SetFile(path, true);
/external/lldb/include/lldb/Host/
H A DFileSpec.h61 /// FileSpec::SetFile (const char *path, bool resolve).
70 /// @see FileSpec::SetFile (const char *path, bool resolve)
562 SetFile (const char *path, bool resolve_path);
/external/lldb/source/Commands/
H A DCommandObjectPlatform.cpp677 match_info.GetProcessInfo().GetExecutableFile().SetFile (option_arg, false);
682 match_info.GetProcessInfo().GetExecutableFile().SetFile (option_arg, false);
687 match_info.GetProcessInfo().GetExecutableFile().SetFile (option_arg, false);
692 match_info.GetProcessInfo().GetExecutableFile().SetFile (option_arg, false);
697 match_info.GetProcessInfo().GetExecutableFile().SetFile (option_arg, false);
H A DCommandObjectLog.cpp141 case 'f': log_file.SetFile(option_arg, true); break;
/external/lldb/source/Host/common/
H A DHost.cpp741 g_program_filespec.SetFile (program_fullpath, false);
748 g_program_filespec.SetFile (large_program_fullpath, false);
757 g_program_filespec.SetFile(exe_path, false);
766 g_program_filespec.SetFile(exe_path, false);
782 module_filespec.SetFile(info.dli_fname, true);
1133 lldb_file_spec.SetFile (user_plugin_dir.c_str(), true);
1142 lldb_file_spec.SetFile (user_plugin_dir.c_str(), true);
H A DFileSpec.cpp238 SetFile(pathname, resolve_path);
290 FileSpec::SetFile (const char *pathname, bool resolve) function in class:FileSpec
595 // SetFile(...) will set m_is_resolved correctly if it can resolve the path
596 SetFile (path_buf, true);
H A DFile.cpp290 file_spec.SetFile (path, false);
309 file_spec.SetFile (path, false);
/external/chromium_org/content/browser/renderer_host/pepper/
H A Dpepper_file_io_host.cc287 file_.SetFile(file.Pass());
393 file_.SetFile(file.Pass());
/external/lldb/source/Host/freebsd/
H A DHost.cpp203 process_info.GetExecutableFile().SetFile(cstr, false);
/external/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServer.cpp343 match_info.GetProcessInfo().GetExecutableFile().SetFile(value.c_str(), false);
622 m_process_launch_info.GetExecutableFile().SetFile(arg.c_str(), false);
H A DGDBRemoteCommunication.cpp534 debugserver_file_spec.SetFile (env_debugserver_path, false);
/external/lldb/source/Plugins/Platform/Linux/
H A DPlatformLinux.cpp167 resolved_exe_file.SetFile(exe_path, true);
/external/lldb/source/Target/
H A DPathMappingList.cpp247 new_spec.SetFile (new_path, true);
/external/lldb/source/Host/linux/
H A DHost.cpp389 process_info.GetExecutableFile().SetFile(exe_path, false);
/external/lldb/source/Plugins/Platform/FreeBSD/
H A DPlatformFreeBSD.cpp176 resolved_exe_file.SetFile(exe_path, true);

Completed in 324 milliseconds

12