Home
last modified time | relevance | path

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

/ohos5.0/base/msdp/device_status/libs/src/
H A Ddevicestatus_data_parse.cpp39 const std::string MSDP_DATA_DIR { "/data/msdp" }; variable
57 if (stat(MSDP_DATA_DIR.c_str(), &buf) != 0) { in CreateJsonFile()
144 if (!CheckFileDir(realPath, MSDP_DATA_DIR)) { in ReadJsonFile()
165 if (filePath.compare(0, MSDP_DATA_DIR.size(), MSDP_DATA_DIR) != 0) { in CheckFileDir()