HomeSort by relevance Sort by last modified time
    Searched defs:SBFileSpec (Results 1 - 2 of 2) sorted by null

  /external/lldb/include/lldb/API/
SBFileSpec.h 1 //===-- SBFileSpec.h --------------------------------------------*- C++ -*-===//
17 class SBFileSpec
20 SBFileSpec ();
22 SBFileSpec (const lldb::SBFileSpec &rhs);
24 SBFileSpec (const char *path);// Deprected, use SBFileSpec (const char *path, bool resolve)
26 SBFileSpec (const char *path, bool resolve);
28 ~SBFileSpec ();
30 const SBFileSpec
    [all...]
  /external/lldb/source/API/
SBFileSpec.cpp 1 //===-- SBFileSpec.cpp ------------------------------------------*- C++ -*-===//
12 #include "lldb/API/SBFileSpec.h"
23 SBFileSpec::SBFileSpec () :
28 SBFileSpec::SBFileSpec (const SBFileSpec &rhs) :
33 SBFileSpec::SBFileSpec (const lldb_private::FileSpec& fspec) :
39 SBFileSpec::SBFileSpec (const char *path)
    [all...]

Completed in 62 milliseconds