|
|
|
__init__(self,
*args)
__init__(lldb::SBFileSpec self) -> SBFileSpec
__init__(lldb::SBFileSpec self, SBFileSpec rhs) -> SBFileSpec
__init__(lldb::SBFileSpec self, char const * path) -> SBFileSpec
__init__(lldb::SBFileSpec self, char const * path, bool resolve)
-> SBFileSpec |
source code
|
|
|
__eq__(self,
*args)
__eq__(SBFileSpec self, SBFileSpec rhs) -> bool |
source code
|
|
|
__ne__(self,
*args)
__ne__(SBFileSpec self, SBFileSpec rhs) -> bool |
source code
|
|
|
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) -> char const * |
source code
|
|
|
GetDirectory(self)
GetDirectory(SBFileSpec self) -> char const * |
source code
|
|
|
SetFilename(self,
*args)
SetFilename(SBFileSpec self, char const * filename) |
source code
|
|
|
SetDirectory(self,
*args)
SetDirectory(SBFileSpec self, char const * directory) |
source code
|
|
|
GetPath(self,
*args)
GetPath(SBFileSpec self, char * dst_path, size_t dst_len) ->
uint32_t |
source code
|
|
|
ResolvePath(*args)
ResolvePath(char const * src_path, char * dst_path, size_t dst_len)
-> int |
source code
|
|
|
GetDescription(self,
*args)
GetDescription(SBFileSpec self, SBStream description) -> bool |
source code
|
|
|
AppendPathComponent(self,
*args)
AppendPathComponent(SBFileSpec self, char const * file_or_directory) |
source code
|
|
|
|
|
__str__(self)
__str__(SBFileSpec self) -> PyObject * |
source code
|
|