Home
last modified time | relevance | path

Searched refs:SetFile (Results 1 – 25 of 82) sorted by relevance

1234

/external/llvm-project/lldb/source/Utility/
DFileSpec.cpp72 SetFile(path, style); in FileSpec()
169 void FileSpec::SetFile(llvm::StringRef pathname) { SetFile(pathname, m_style); } in SetFile() function in FileSpec
174 void FileSpec::SetFile(llvm::StringRef pathname, Style style) { in SetFile() function in FileSpec
212 void FileSpec::SetFile(llvm::StringRef path, const llvm::Triple &triple) { in SetFile() function in FileSpec
213 return SetFile(path, triple.isOSWindows() ? Style::windows : Style::posix); in SetFile()
428 SetFile(new_path, m_style); in PrependPathComponent()
439 SetFile(current_path, m_style); in AppendPathComponent()
450 SetFile(llvm::sys::path::parent_path(current_path, m_style)); in RemoveLastPathComponent()
DProcessInfo.cpp93 m_executable.SetFile(first_arg, FileSpec::Style::native); in SetArguments()
109 m_executable.SetFile(first_arg, FileSpec::Style::native); in SetArguments()
/external/llvm-project/lldb/include/lldb/Utility/
DFileSpec.h270 void SetPath(llvm::StringRef p) { SetFile(p); } in SetPath()
352 void SetFile(llvm::StringRef path, Style style);
365 void SetFile(llvm::StringRef path, const llvm::Triple &triple);
404 void SetFile(llvm::StringRef path);
/external/llvm-project/lldb/source/Symbol/
DLocateSymbolFileMacOSX.cpp320 module_spec.GetFileSpec().SetFile(str.c_str(), FileSpec::Style::native); in GetModuleSpecInfoFromUUIDDictionary()
334 module_spec.GetSymbolFileSpec().SetFile(str.c_str(), in GetModuleSpecInfoFromUUIDDictionary()
541 dsym_for_uuid_exe_spec.SetFile(dsym_for_uuid_exe_path_cstr, in DownloadObjectAndSymbolFile()
549 dsym_for_uuid_exe_spec.SetFile("/usr/local/bin/dsymForUUID", in DownloadObjectAndSymbolFile()
565 dsym_for_uuid_exe_spec.SetFile(dsymforuuid_path.c_str(), in DownloadObjectAndSymbolFile()
574 dsym_for_uuid_exe_spec.SetFile(g_dbgshell_command, in DownloadObjectAndSymbolFile()
/external/toolchain-utils/binary_search_tool/
Dbinary_search_state.py42 def SetFile(env_var, items): function
217 with SetFile(GOOD_SET_VAR, self.all_items), SetFile(BAD_SET_VAR, []):
226 with SetFile(GOOD_SET_VAR, []), SetFile(BAD_SET_VAR, self.all_items):
319 with SetFile(GOOD_SET_VAR, good_items), SetFile(BAD_SET_VAR, bad_items):
/external/llvm-project/lldb/source/API/
DSBAttachInfo.cpp35 m_opaque_sp->GetExecutableFile().SetFile(path, FileSpec::Style::native); in SBAttachInfo()
45 m_opaque_sp->GetExecutableFile().SetFile(path, FileSpec::Style::native); in SBAttachInfo()
111 m_opaque_sp->GetExecutableFile().SetFile(path, FileSpec::Style::native); in SetExecutable()
DSBDeclaration.cpp103 ref().SetFile(filespec.ref()); in SetFileSpec()
105 ref().SetFile(FileSpec()); in SetFileSpec()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/GSYM/
DLineTable.cpp18 SetFile = 0x01, ///< Set LineTableRow.file_idx, don't push a row. enumerator
81 case SetFile: in parse()
219 Out.writeU8(SetFile); in encode()
/external/llvm-project/llvm/lib/DebugInfo/GSYM/
DLineTable.cpp18 SetFile = 0x01, ///< Set LineTableRow.file_idx, don't push a row. enumerator
81 case SetFile: in parse()
219 Out.writeU8(SetFile); in encode()
/external/llvm-project/lldb/unittests/Utility/
DProcessInstanceInfoTest.cpp97 info_bar.GetExecutableFile().SetFile("/foo/bar", FileSpec::Style::posix); in TEST()
101 match.GetProcessInfo().GetExecutableFile().SetFile("bar", in TEST()
/external/llvm-project/lldb/unittests/Symbol/
DLocateSymbolFileTest.cpp42 module_spec.GetSymbolFileSpec().SetFile( in TEST_F()
/external/llvm-project/lldb/source/Host/freebsd/
DHost.cpp76 process_info.GetExecutableFile().SetFile(pathname, FileSpec::Style::native); in GetFreeBSDProcessArgs()
78 process_info.GetExecutableFile().SetFile(cstr, FileSpec::Style::native); in GetFreeBSDProcessArgs()
DHostInfoFreeBSD.cpp70 g_program_filespec.SetFile(exe_path, FileSpec::Style::native); in GetProgramFileSpec()
/external/llvm-project/lldb/source/Plugins/Platform/MacOSX/
DPlatformRemoteDarwinDevice.cpp423 local_file.SetFile(sdkroot_path, FileSpec::Style::native); in GetFileInSDK()
452 local_file.SetFile(resolved_path, FileSpec::Style::native); in GetSymbolFile()
466 local_file.SetFile(resolved_path, FileSpec::Style::native); in GetSymbolFile()
479 local_file.SetFile(resolved_path, FileSpec::Style::native); in GetSymbolFile()
/external/libcap/go/
Dcompare-cap.go50 if err := empty.SetFile(os.Args[0]); err != syscall.EPERM {
69 if err := empty.SetFile(os.Args[0]); err != nil && err != syscall.ENODATA {
76 if err := want.SetFile(os.Args[0]); err != nil {
/external/llvm-project/lldb/include/lldb/Symbol/
DDeclaration.h180 void SetFile(const FileSpec &file_spec) { m_file = file_spec; } in SetFile() function
/external/llvm-project/lldb/source/Host/posix/
DFileSystemPosix.cpp51 dst.SetFile(buf, FileSpec::Style::native); in Readlink()
/external/llvm-project/lldb/source/Host/netbsd/
DHostInfoNetBSD.cpp87 g_program_filespec.SetFile(path, FileSpec::Style::native); in GetProgramFileSpec()
/external/libchrome/base/files/
Dfile_proxy.h86 void SetFile(File file);
/external/llvm-project/lldb/source/Target/
DPathMappingList.cpp193 fixed.SetFile(it.first.GetStringRef(), FileSpec::Style::native); in ReverseRemapPath()
234 new_spec.SetFile(entry.second.GetCString(), FileSpec::Style::native); in FindFile()
/external/llvm-project/lldb/source/Interpreter/
DOptionValueFileSpec.cpp69 m_current_value.SetFile(value.str(), FileSpec::Style::native); in SetValueFromString()
DOptionValueFileColonLine.cpp119 m_file_spec.SetFile(file_name, FileSpec::Style::native); in SetValueFromString()
/external/llvm-project/lldb/source/Host/windows/
DHostProcessWindows.cpp60 file_spec.SetFile(path, FileSpec::Style::native); in GetMainModule()
DFileSystem.cpp78 dst.SetFile(path, FileSpec::Style::native); in Readlink()
/external/google-breakpad/src/client/
Dminidump_file_writer.h87 void SetFile(const int file);

1234