Home
last modified time | relevance | path

Searched refs:appPath (Results 1 - 1 of 1) sorted by relevance

/ide/tools/previewer/util/
H A DFileSystem.cpp46 char appPath[MAX_PATH_LEN]; in GetApplicationPath() local
47 if (getcwd(appPath, MAX_PATH_LEN) == nullptr) { in GetApplicationPath()
51 std::string path(appPath); in GetApplicationPath()

Completed in 1 milliseconds