Searched refs:filespec (Results 1 - 20 of 20) sorted by relevance

/external/lldb/test/python_api/default-constructor/
H A Dsb_thread.py23 filespec = lldb.SBFileSpec()
24 obj.StepOverUntil(frame, filespec, 1234)
H A Dsb_target.py21 filespec = lldb.SBFileSpec()
22 obj.FindModule(filespec)
34 obj.BreakpointCreateByLocation(filespec, 20)
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/bin/
H A Drunrc.cmd48 subdir = filespec('path', dir)
51 call runit name path filespec('drive', dir) || subdir
/external/lldb/test/lang/objc/foundation/
H A DTestSymbolTable.py56 # Create the filespec by which to locate our a.out module.
57 filespec = lldb.SBFileSpec(exe, False)
59 module = target.FindModule(filespec)
/external/lldb/include/lldb/API/
H A DSBDeclaration.h44 SetFileSpec (lldb::SBFileSpec filespec);
H A DSBLineEntry.h51 SetFileSpec (lldb::SBFileSpec filespec);
/external/lldb/source/Core/
H A DDataBufferMemoryMap.cpp106 DataBufferMemoryMap::MemoryMapFromFileSpec (const FileSpec* filespec, argument
111 if (filespec != NULL)
117 filespec->GetPath().c_str(),
123 if (filespec->GetPath(path, sizeof(path)))
/external/lldb/test/lang/cpp/class_types/
H A DTestClassTypes.py25 """Use Python APIs to create a breakpoint by (filespec, line)."""
41 """Use Python APIs to create a breakpoint by (filespec, line)."""
100 """Use Python APIs to create a breakpoint by (filespec, line)."""
106 filespec = target.GetExecutable()
107 self.assertTrue(filespec, VALID_FILESPEC)
109 fsDir = filespec.GetDirectory()
110 fsFile = filespec.GetFilename()
/external/lldb/scripts/Python/interface/
H A DSBDeclaration.i41 SetFileSpec (lldb::SBFileSpec filespec);
H A DSBLineEntry.i72 SetFileSpec (lldb::SBFileSpec filespec);
/external/lldb/source/API/
H A DSBDeclaration.cpp118 SBDeclaration::SetFileSpec (lldb::SBFileSpec filespec) argument
120 if (filespec.IsValid())
121 ref().SetFile(filespec.ref());
H A DSBLineEntry.cpp162 SBLineEntry::SetFileSpec (lldb::SBFileSpec filespec) argument
164 if (filespec.IsValid())
165 ref().file = filespec.ref();
H A DSBTarget.cpp567 FileSpec filespec(core_file, true);
570 &filespec));
/external/lldb/test/source-manager/
H A DTestSourceManager.py59 # Create the filespec for 'main.c'.
60 filespec = lldb.SBFileSpec('main.c', False)
64 source_mgr.DisplaySourceLinesWithLineNumbers(filespec,
/external/e2fsprogs/e2fsck/
H A Dprofile.c90 char *filespec; member in struct:_prf_file_t
130 * Check if a filespec is last in a list (NULL on UNIX, invalid FSSpec on MacOS
402 if (strcmp(prf->filespec, default_filename) == 0)
439 (syntax_err_cb)(prf->filespec, retval,
460 errcode_t profile_open_file(const char * filespec, argument
475 len = strlen(filespec)+1;
476 if (filespec[0] == '~' && filespec[1] == '/') {
507 strcat(expanded_filename, filespec+1);
509 memcpy(expanded_filename, filespec, le
[all...]
/external/lldb/test/expression_command/test/
H A DTestExprs.py94 filespec = lldb.SBFileSpec("main.cpp", False)
95 breakpoint = target.BreakpointCreateByLocation(filespec, self.line)
/external/lldb/tools/lldb-perf/lib/
H A DXcode.cpp87 SBFileSpec filespec(process.GetTarget().GetExecutable());
89 filespec.GetPath(&path[0],1024);
/external/pdfium/core/src/fpdfdoc/
H A Ddoc_action.cpp69 CPDF_FileSpec filespec(pFile);
70 filespec.GetFileName(path);
H A Ddoc_form.cpp1435 CPDF_FileSpec filespec; local
1436 filespec.SetFileName(pdf_path);
1437 pMainDict->SetAt("F", (CPDF_Object*)filespec);
/external/lldb/source/Host/linux/
H A DHost.cpp337 FileSpec filespec (exe_path, false);
338 const size_t num_specs = ObjectFile::GetModuleSpecifications (filespec, 0, 0, specs);

Completed in 266 milliseconds