Searched defs:MAX_PATH_SIZE (Results 1 – 3 of 3) sorted by relevance
83 const int MAX_PATH_SIZE = 256; // max size of path string variable
87 const int MAX_PATH_SIZE = 256; // max size of path string variable
48 #define MAX_PATH_SIZE 1024 macro