Searched refs:JSON_VALUE_BASE_DIR (Results 1 – 2 of 2) sorted by relevance
63 const std::string JSON_VALUE_BASE_DIR = "base_dir"; variable
177 if (object.contains(JSON_VALUE_BASE_DIR.c_str())) { in OnGetConfigInfo()178 configInfo->baseDir = object.value(JSON_VALUE_BASE_DIR.c_str()).toString().toStdString(); in OnGetConfigInfo()