HomeSort by relevance Sort by last modified time
    Searched refs:SetFile (Results 1 - 25 of 45) sorted by null

1 2

  /external/chromium_org/base/files/
file_proxy.h 90 void SetFile(File file);
file_proxy.cc 36 proxy_->SetFile(file_.Pass());
268 void FileProxy::SetFile(File file) {
file_proxy_unittest.cc 212 proxy.SetFile(file.Pass());
  /external/lldb/include/lldb/Symbol/
Declaration.h 242 SetFile (const FileSpec& file_spec)
  /external/lldb/source/Host/macosx/
Symbols.cpp 348 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_command, true)
    [all...]
  /external/lldb/source/Plugins/Platform/MacOSX/
PlatformRemoteiOS.cpp 581 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);
PlatformiOSSimulator.cpp 338 local_file.SetFile(resolved_path, true);
343 local_file.SetFile(platform_file_path, true);
PlatformDarwin.cpp 144 resolved_exe_file.SetFile(exe_path, true);
    [all...]
  /external/lldb/source/API/
SBDeclaration.cpp 121 ref().SetFile(filespec.ref());
123 ref().SetFile(FileSpec());
SBTarget.cpp 285 m_opaque_sp->GetExecutableFile().SetFile(path, false);
354 m_opaque_sp->GetExecutableFile().SetFile(path, false);
1115 attach_info.GetExecutableFile().SetFile(name, false);
    [all...]
  /external/lldb/source/Interpreter/
OptionValueFileSpec.cpp 92 m_current_value.SetFile(path, true);
  /external/lldb/include/lldb/Host/
FileSpec.h 61 /// 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/
CommandObjectPlatform.cpp 677 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);
    [all...]
CommandObjectLog.cpp 141 case 'f': log_file.SetFile(option_arg, true); break;
  /external/lldb/source/Host/common/
Host.cpp 741 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);
    [all...]
FileSpec.cpp 238 SetFile(pathname, resolve_path);
290 FileSpec::SetFile (const char *pathname, bool resolve)
595 // SetFile(...) will set m_is_resolved correctly if it can resolve the path
596 SetFile (path_buf, true);
    [all...]
File.cpp 290 file_spec.SetFile (path, false);
309 file_spec.SetFile (path, false);
  /external/chromium_org/content/browser/renderer_host/pepper/
pepper_file_io_host.cc 287 file_.SetFile(file.Pass());
393 file_.SetFile(file.Pass());
  /external/lldb/source/Host/freebsd/
Host.cpp 203 process_info.GetExecutableFile().SetFile(cstr, false);
  /external/lldb/source/Plugins/Process/gdb-remote/
GDBRemoteCommunicationServer.cpp 343 match_info.GetProcessInfo().GetExecutableFile().SetFile(value.c_str(), false);
622 m_process_launch_info.GetExecutableFile().SetFile(arg.c_str(), false);
GDBRemoteCommunication.cpp 534 debugserver_file_spec.SetFile (env_debugserver_path, false);
  /external/lldb/source/Plugins/Platform/Linux/
PlatformLinux.cpp 167 resolved_exe_file.SetFile(exe_path, true);
  /external/lldb/source/Target/
PathMappingList.cpp 247 new_spec.SetFile (new_path, true);
  /external/lldb/source/Host/linux/
Host.cpp 389 process_info.GetExecutableFile().SetFile(exe_path, false);
  /external/lldb/source/Plugins/Platform/FreeBSD/
PlatformFreeBSD.cpp 176 resolved_exe_file.SetFile(exe_path, true);

Completed in 448 milliseconds

1 2