forked from OSchip/llvm-project
parent
62385ba3a0
commit
5a7d4e4f6d
|
@ -282,6 +282,9 @@ namespace sys {
|
|||
/// @returns a 'C' string containing the path name.
|
||||
/// @brief Returns the path as a C string.
|
||||
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
|
||||
|
|
Loading…
Reference in New Issue