Home
last modified time | relevance | path

Searched refs:filespec (Results 1 – 24 of 24) sorted by relevance

/external/lldb/source/Core/
DDataBufferMemoryMap.cpp106 DataBufferMemoryMap::MemoryMapFromFileSpec (const FileSpec* filespec, in MemoryMapFromFileSpec() argument
111 if (filespec != NULL) in MemoryMapFromFileSpec()
117 filespec->GetPath().c_str(), in MemoryMapFromFileSpec()
123 if (filespec->GetPath(path, sizeof(path))) in MemoryMapFromFileSpec()
/external/lldb/test/python_api/default-constructor/
Dsb_target.py21 filespec = lldb.SBFileSpec()
22 obj.FindModule(filespec)
34 obj.BreakpointCreateByLocation(filespec, 20)
Dsb_thread.py23 filespec = lldb.SBFileSpec()
24 obj.StepOverUntil(frame, filespec, 1234)
/external/lldb/test/lang/cpp/class_types/
DTestClassTypes.py106 filespec = target.GetExecutable()
107 self.assertTrue(filespec, VALID_FILESPEC)
109 fsDir = filespec.GetDirectory()
110 fsFile = filespec.GetFilename()
/external/dbus/dbus/
Ddbus-sysdeps-util-win.c494 char *filespec; in _dbus_opendir() local
498 filespec = malloc(strlen(dir) + 2 + 1); in _dbus_opendir()
499 strcpy(filespec, dir); in _dbus_opendir()
500 index = strlen(filespec) - 1; in _dbus_opendir()
501 if (index >= 0 && (filespec[index] == '/' || filespec[index] == '\\')) in _dbus_opendir()
502 filespec[index] = '\0'; in _dbus_opendir()
503 strcat(filespec, "\\*"); in _dbus_opendir()
510 handle = FindFirstFileA(filespec, &(dp->fileinfo)); in _dbus_opendir()
520 free(filespec); in _dbus_opendir()
/external/lldb/source/API/
DSBDeclaration.cpp118 SBDeclaration::SetFileSpec (lldb::SBFileSpec filespec) in SetFileSpec() argument
120 if (filespec.IsValid()) in SetFileSpec()
121 ref().SetFile(filespec.ref()); in SetFileSpec()
DSBLineEntry.cpp162 SBLineEntry::SetFileSpec (lldb::SBFileSpec filespec) in SetFileSpec() argument
164 if (filespec.IsValid()) in SetFileSpec()
165 ref().file = filespec.ref(); in SetFileSpec()
DSBTarget.cpp567 FileSpec filespec(core_file, true); in LoadCore() local
570 &filespec)); in LoadCore()
/external/lldb/test/lang/objc/foundation/
DTestSymbolTable.py57 filespec = lldb.SBFileSpec(exe, False)
59 module = target.FindModule(filespec)
/external/e2fsprogs/e2fsck/
Dprofile.c90 char *filespec; member
402 if (strcmp(prf->filespec, default_filename) == 0) in profile_set_default()
439 (syntax_err_cb)(prf->filespec, retval, in profile_set_default()
460 errcode_t profile_open_file(const char * filespec, in profile_open_file() argument
475 len = strlen(filespec)+1; in profile_open_file()
476 if (filespec[0] == '~' && filespec[1] == '/') { in profile_open_file()
507 strcat(expanded_filename, filespec+1); in profile_open_file()
509 memcpy(expanded_filename, filespec, len); in profile_open_file()
511 prf->filespec = expanded_filename; in profile_open_file()
513 if (strcmp(prf->filespec, default_filename) != 0) { in profile_open_file()
[all …]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/bin/
Drunrc.cmd48 subdir = filespec('path', dir)
51 call runit name path filespec('drive', dir) || subdir
/external/lldb/test/source-manager/
DTestSourceManager.py60 filespec = lldb.SBFileSpec('main.c', False)
64 source_mgr.DisplaySourceLinesWithLineNumbers(filespec,
/external/jcommander/src/test/java/com/beust/jcommander/args/
DArgsLongDescription.java24 public String filespec; field in ArgsLongDescription
/external/lldb/test/expression_command/test/
DTestExprs.py94 filespec = lldb.SBFileSpec("main.cpp", False)
95 breakpoint = target.BreakpointCreateByLocation(filespec, self.line)
/external/lldb/tools/lldb-perf/lib/
DXcode.cpp87 SBFileSpec filespec(process.GetTarget().GetExecutable()); in FetchFrames() local
89 filespec.GetPath(&path[0],1024); in FetchFrames()
/external/lldb/scripts/Python/interface/
DSBDeclaration.i41 SetFileSpec (lldb::SBFileSpec filespec);
DSBLineEntry.i72 SetFileSpec (lldb::SBFileSpec filespec);
/external/lldb/include/lldb/API/
DSBDeclaration.h44 SetFileSpec (lldb::SBFileSpec filespec);
DSBLineEntry.h51 SetFileSpec (lldb::SBFileSpec filespec);
/external/pdfium/core/src/fpdfdoc/
Ddoc_action.cpp68 CPDF_FileSpec filespec(pFile); in GetFilePath() local
69 filespec.GetFileName(path); in GetFilePath()
Ddoc_form.cpp1059 CPDF_FileSpec filespec; in ExportToFDF() local
1060 filespec.SetFileName(pdf_path); in ExportToFDF()
1061 pMainDict->SetAt("F", static_cast<CPDF_Object*>(filespec)); in ExportToFDF()
/external/lldb/source/Host/linux/
DHost.cpp337 FileSpec filespec (exe_path, false); in GetELFProcessCPUType() local
338 const size_t num_specs = ObjectFile::GetModuleSpecifications (filespec, 0, 0, specs); in GetELFProcessCPUType()
/external/libxml2/vms/
Dreadme.vms26 $ set file <filespec> /attr=rfm=stm
/external/curl/packages/vms/
Dbuild_vms.com1020 $! is an invalid filespec.