Searched refs:old_path (Results 1 – 1 of 1) sorted by relevance
68 std::string old_path = CUSTOM_UTD_SA_DIR + std::to_string(userId) + OLD_CUSTOM_UTD_SA_SUB_DIR; in GetTypeCfgs() local70 if (access(path.c_str(), F_OK) != 0 && access(old_path.c_str(), F_OK) == 0) { in GetTypeCfgs()71 cfgFilePath = old_path; in GetTypeCfgs()