24 #ifndef ARCH_SYSTEMINFO_H
25 #define ARCH_SYSTEMINFO_H
32 #include "pxr/base/arch/api.h"
35 PXR_NAMESPACE_OPEN_SCOPE
54 PXR_NAMESPACE_CLOSE_SCOPE
56 #endif // ARCH_SYSTEMINFO_H
ARCH_API std::string ArchGetExecutablePath()
Return the path to the program's executable.
ARCH_API std::string ArchGetCwd()
Return current working directory as a string.
ARCH_API int ArchGetPageSize()
Return the system's memory page size. Safe to assume power-of-two.