/external/lldb/source/Core/ |
D | DataBufferMemoryMap.cpp | 106 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/ |
D | sb_target.py | 21 filespec = lldb.SBFileSpec() 22 obj.FindModule(filespec) 34 obj.BreakpointCreateByLocation(filespec, 20)
|
D | sb_thread.py | 23 filespec = lldb.SBFileSpec() 24 obj.StepOverUntil(frame, filespec, 1234)
|
/external/lldb/test/lang/cpp/class_types/ |
D | TestClassTypes.py | 106 filespec = target.GetExecutable() 107 self.assertTrue(filespec, VALID_FILESPEC) 109 fsDir = filespec.GetDirectory() 110 fsFile = filespec.GetFilename()
|
/external/dbus/dbus/ |
D | dbus-sysdeps-util-win.c | 494 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/ |
D | SBDeclaration.cpp | 118 SBDeclaration::SetFileSpec (lldb::SBFileSpec filespec) in SetFileSpec() argument 120 if (filespec.IsValid()) in SetFileSpec() 121 ref().SetFile(filespec.ref()); in SetFileSpec()
|
D | SBLineEntry.cpp | 162 SBLineEntry::SetFileSpec (lldb::SBFileSpec filespec) in SetFileSpec() argument 164 if (filespec.IsValid()) in SetFileSpec() 165 ref().file = filespec.ref(); in SetFileSpec()
|
D | SBTarget.cpp | 567 FileSpec filespec(core_file, true); in LoadCore() local 570 &filespec)); in LoadCore()
|
/external/lldb/test/lang/objc/foundation/ |
D | TestSymbolTable.py | 57 filespec = lldb.SBFileSpec(exe, False) 59 module = target.FindModule(filespec)
|
/external/e2fsprogs/e2fsck/ |
D | profile.c | 90 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/ |
D | runrc.cmd | 48 subdir = filespec('path', dir) 51 call runit name path filespec('drive', dir) || subdir
|
/external/lldb/test/source-manager/ |
D | TestSourceManager.py | 60 filespec = lldb.SBFileSpec('main.c', False) 64 source_mgr.DisplaySourceLinesWithLineNumbers(filespec,
|
/external/jcommander/src/test/java/com/beust/jcommander/args/ |
D | ArgsLongDescription.java | 24 public String filespec; field in ArgsLongDescription
|
/external/lldb/test/expression_command/test/ |
D | TestExprs.py | 94 filespec = lldb.SBFileSpec("main.cpp", False) 95 breakpoint = target.BreakpointCreateByLocation(filespec, self.line)
|
/external/lldb/tools/lldb-perf/lib/ |
D | Xcode.cpp | 87 SBFileSpec filespec(process.GetTarget().GetExecutable()); in FetchFrames() local 89 filespec.GetPath(&path[0],1024); in FetchFrames()
|
/external/lldb/scripts/Python/interface/ |
D | SBDeclaration.i | 41 SetFileSpec (lldb::SBFileSpec filespec);
|
D | SBLineEntry.i | 72 SetFileSpec (lldb::SBFileSpec filespec);
|
/external/lldb/include/lldb/API/ |
D | SBDeclaration.h | 44 SetFileSpec (lldb::SBFileSpec filespec);
|
D | SBLineEntry.h | 51 SetFileSpec (lldb::SBFileSpec filespec);
|
/external/pdfium/core/src/fpdfdoc/ |
D | doc_action.cpp | 68 CPDF_FileSpec filespec(pFile); in GetFilePath() local 69 filespec.GetFileName(path); in GetFilePath()
|
D | doc_form.cpp | 1059 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/ |
D | Host.cpp | 337 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/ |
D | readme.vms | 26 $ set file <filespec> /attr=rfm=stm
|
/external/curl/packages/vms/ |
D | build_vms.com | 1020 $! is an invalid filespec.
|