Searched refs:ACCOUNT_CFG_DIR_ROOT_PATH (Results 1 – 3 of 3) sorted by relevance
34 const std::string ACCOUNT_CFG_DIR_ROOT_PATH = "/data/service/el1/public/account/"; variable36 const std::string ACCOUNT_CFG_DIR_ROOT_PATH = "/data/service/el1/public/account/test/";
588 dataDealer_ = std::make_unique<OhosAccountDataDeal>(ACCOUNT_CFG_DIR_ROOT_PATH); in OhosAccountManager()692 DIR* rootDir = opendir(ACCOUNT_CFG_DIR_ROOT_PATH.c_str()); in CheckOhosAccountCanBind()694 …ACCOUNT_LOGE("cannot open dir %{public}s, err %{public}d.", ACCOUNT_CFG_DIR_ROOT_PATH.c_str(), err… in CheckOhosAccountCanBind()
41 const std::string ACCOUNT_CFG_DIR_ROOT_PATH = "/data/service/el1/public/account/"; variable44 const std::string ACCOUNT_CFG_DIR_ROOT_PATH = "/data/service/el1/public/account/test/"; variable45 const std::string DEFAULT_OS_ACCOUNT_CONFIG_FILE = ACCOUNT_CFG_DIR_ROOT_PATH + "os_account_config.j…