#ifndef FS_IMPL_H#define FS_IMPL_H#include <string>#include <SupportDefs.h>namespace BPrivate {// defined in fs.cppstatus_t get_path(int fd, const char *name, std::string &path);} // namespace BPrivate#endif // FS_IMPL_H
#ifndef FS_IMPL_H#define FS_IMPL_H#include <string>#include <SupportDefs.h>namespace BPrivate {// defined in fs.cppstatus_t get_path(int fd, const char *name, std::string &path);} // namespace BPrivate#endif // FS_IMPL_H