|
|
|
|
|
|
|
|
|
|
|
__init__(self,
*args)
__init__(lldb::SBFileSpec self) -> SBFileSpec
__init__(lldb::SBFileSpec self, SBFileSpec rhs) -> SBFileSpec
__init__(lldb::SBFileSpec self, str const * path) -> SBFileSpec
__init__(lldb::SBFileSpec self, str const * path, bool resolve) ->
SBFileSpec |
source code
|
|
|
__swig_destroy__(...)
delete_SBFileSpec(SBFileSpec self) |
|
|
|
|
|
|
|
IsValid(self)
IsValid(SBFileSpec self) -> bool |
source code
|
|
|
Exists(self)
Exists(SBFileSpec self) -> bool |
source code
|
|
|
ResolveExecutableLocation(self)
ResolveExecutableLocation(SBFileSpec self) -> bool |
source code
|
|
|
GetFilename(self)
GetFilename(SBFileSpec self) -> str const * |
source code
|
|
|
GetDirectory(self)
GetDirectory(SBFileSpec self) -> str const * |
source code
|
|
|
SetFilename(self,
*args)
SetFilename(SBFileSpec self, str const * filename) |
source code
|
|
|
SetDirectory(self,
*args)
SetDirectory(SBFileSpec self, str const * directory) |
source code
|
|
|
GetPath(self,
*args)
GetPath(SBFileSpec self, str * dst_path, size_t dst_len) ->
uint32_t |
source code
|
|
|
GetDescription(self,
*args)
GetDescription(SBFileSpec self, SBStream description) -> bool |
source code
|
|
|
AppendPathComponent(self,
*args)
AppendPathComponent(SBFileSpec self, str const * file_or_directory) |
source code
|
|
|
|
|
|
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__sizeof__ ,
__subclasshook__
|