forked from OSchip/llvm-project
parent
62385ba3a0
commit
5a7d4e4f6d
|
@ -283,6 +283,9 @@ namespace sys {
|
||||||
/// @brief Returns the path as a C string.
|
/// @brief Returns the path as a C string.
|
||||||
const char *c_str() const { return path.c_str(); }
|
const char *c_str() const { return path.c_str(); }
|
||||||
|
|
||||||
|
/// size - Return the length in bytes of this path name.
|
||||||
|
unsigned size() const { return path.size(); }
|
||||||
|
|
||||||
/// @}
|
/// @}
|
||||||
/// @name Disk Accessors
|
/// @name Disk Accessors
|
||||||
/// @{
|
/// @{
|
||||||
|
|
Loading…
Reference in New Issue