| 920 | } |
| 921 | #endif |
| 922 | bool FileUtils::isAbsolutePath(std::string_view path) const |
| 923 | { |
| 924 | return isAbsolutePathInternal(path); |
| 925 | } |
| 926 | |
| 927 | bool FileUtils::isAbsolutePathInternal(std::string_view path) |
| 928 | { |
no outgoing calls
no test coverage detected