1234567891011121314151617181920212223242526 |
- #ifndef TEST_TESTSUPPORT_IOS_FILE_UTILS_H_
- #define TEST_TESTSUPPORT_IOS_FILE_UTILS_H_
- #include <string>
- namespace webrtc {
- namespace test {
- std::string IOSOutputPath();
- std::string IOSRootPath();
- std::string IOSResourcePath(std::string name, std::string extension);
- }
- }
- #endif
|