Searched refs:JSON_VALUE_RUN_DIR (Results 1 – 2 of 2) sorted by relevance
64 const std::string JSON_VALUE_RUN_DIR = "run_dir"; variable
181 if (object.contains(JSON_VALUE_RUN_DIR.c_str())) { in OnGetConfigInfo()182 configInfo->runDir = object.value(JSON_VALUE_RUN_DIR.c_str()).toString().toStdString(); in OnGetConfigInfo()