Home
last modified time | relevance | path

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

/ide/tools/previewer/util/
H A DFileSystem.h40 static const uint32_t MAX_PATH_LEN = 260; member in FileSystem
H A DFileSystem.cpp46 char appPath[MAX_PATH_LEN]; in GetApplicationPath()
47 if (getcwd(appPath, MAX_PATH_LEN) == nullptr) { in GetApplicationPath()

Completed in 1 milliseconds