Home
last modified time | relevance | path

Searched refs:MSDP_DATA_DIR (Results 1 – 1 of 1) sorted by relevance

/base/msdp/device_status/libs/src/
Ddevicestatus_data_parse.cpp37 const std::string MSDP_DATA_DIR { "/data/msdp" }; variable
55 if (stat(MSDP_DATA_DIR.c_str(), &buf) != 0) { in CreateJsonFile()
138 if (!CheckFileDir(realPath, MSDP_DATA_DIR)) { in ReadJsonFile()
169 if (filePath.compare(0, MSDP_DATA_DIR.size(), MSDP_DATA_DIR) != 0) { in CheckFileDir()