Home
last modified time | relevance | path

Searched refs:curDirName (Results 1 - 2 of 2) sorted by relevance

/base/account/os_account/services/accountmgr/src/
H A Dohos_account_manager.cpp673 std::string curDirName(curDir->d_name); in CheckOhosAccountCanBind()
674 if (curDirName == "." || curDirName == ".." || curDir->d_type != DT_DIR) { in CheckOhosAccountCanBind()
680 sstream << curDirName; in CheckOhosAccountCanBind() local
684 ACCOUNT_LOGI("get ohos account info from user %{public}s failed.", curDirName.c_str()); in CheckOhosAccountCanBind()
/base/account/os_account/services/accountmgr/src/osaccount/
H A Dos_account_control_file_manager.cpp433 std::string curDirName(curDir->d_name); in RecoverAccountListJsonFile()
434 if (curDirName == "." || curDirName == ".." || curDir->d_type != DT_DIR) { in RecoverAccountListJsonFile()
440 if (!GetValidAccountID(curDirName, accountID)) { in RecoverAccountListJsonFile()
441 ACCOUNT_LOGE("invalid account id %{public}s detected in %{public}s.", curDirName.c_str(), in RecoverAccountListJsonFile()

Completed in 5 milliseconds