Searched refs:PATH_SEPARATOR (Results 1 – 5 of 5) sorted by relevance
24 const std::string PATH_SEPARATOR = "/"; variable27 const std::string OSACCOUNT_CONSTRAINTS_JSON_PATH = SYSTEM_ETC_BASE + PATH_SEPARATOR + "osaccount_c…28 const std::string CONSTRAINTS_LIST_JSON_PATH = SYSTEM_ETC_BASE + PATH_SEPARATOR + "constraints_list…29 const std::string ACCOUNT_LIST_FILE_JSON_PATH = USER_INFO_BASE + PATH_SEPARATOR + "account_list.jso…31 USER_INFO_BASE + PATH_SEPARATOR + "base_os_account_constraints.json";33 USER_INFO_BASE + PATH_SEPARATOR + "global_os_account_constraints.json";35 USER_INFO_BASE + PATH_SEPARATOR + "specific_os_account_constraints.json";
31 static const std::string PATH_SEPARATOR = "/"; variable115 return DumpCommonUtils::StartWith(path_, PATH_SEPARATOR); in IsDumpZip()163 if ((!path.empty()) && (!DumpCommonUtils::StartWith(path, PATH_SEPARATOR))) { in CheckOptions()
224 std::string path = Constants::USER_INFO_BASE + Constants::PATH_SEPARATOR + std::to_string(id) + in GetOsAccountInfoById()225 Constants::PATH_SEPARATOR + Constants::USER_INFO_FILE_NAME; in GetOsAccountInfoById()602 …std::string path = Constants::USER_INFO_BASE + Constants::PATH_SEPARATOR + osAccountInfo.GetPrimeK… in InsertOsAccount()603 Constants::PATH_SEPARATOR + Constants::USER_INFO_FILE_NAME; in InsertOsAccount()636 std::string path = Constants::USER_INFO_BASE + Constants::PATH_SEPARATOR + std::to_string(id); in DelOsAccount()648 …std::string path = Constants::USER_INFO_BASE + Constants::PATH_SEPARATOR + osAccountInfo.GetPrimeK… in UpdateOsAccount()649 Constants::PATH_SEPARATOR + Constants::USER_INFO_FILE_NAME; in UpdateOsAccount()1045 std::string path = Constants::USER_INFO_BASE + Constants::PATH_SEPARATOR + std::to_string(id) + in IsOsAccountExists()1046 Constants::PATH_SEPARATOR + Constants::USER_INFO_FILE_NAME; in IsOsAccountExists()1067 …Constants::USER_INFO_BASE + Constants::PATH_SEPARATOR + std::to_string(id) + Constants::PATH_SEPAR… in GetPhotoById()[all …]
337 … Constants::USER_INFO_BASE + Constants::PATH_SEPARATOR + osAccountInfoOne.GetPrimeKey()), false);
330 … Constants::USER_INFO_BASE + Constants::PATH_SEPARATOR + osAccountInfoOne.GetPrimeKey()), false);