| 3024 | |
| 3025 | const std::string& string() const { return pathname_; } |
| 3026 | const char* c_str() const { return pathname_.c_str(); } |
| 3027 | |
| 3028 | // Returns the current working directory, or "" if unsuccessful. |
| 3029 | static FilePath GetCurrentDir(); |
no outgoing calls
no test coverage detected