Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/udmf/framework/common/
H A Dcustom_utd_store.cpp68 std::string old_path = CUSTOM_UTD_SA_DIR + std::to_string(userId) + OLD_CUSTOM_UTD_SA_SUB_DIR; in GetTypeCfgs() local
70 if (access(path.c_str(), F_OK) != 0 && access(old_path.c_str(), F_OK) == 0) { in GetTypeCfgs()
71 cfgFilePath = old_path; in GetTypeCfgs()