Searched refs:LOCATION_DIR (Results 1 – 3 of 3) sorted by relevance
46 … std::string filePath = LOCATION_DIR + SWITCH_CONFIG_NAME + "_" + std::to_string(userId) + ".conf"; in GetLocationSwitchConfigPath()125 …std::string configPath = LOCATION_DIR + SWITCH_CONFIG_NAME + "_" + std::to_string(userId) + ".conf…
97 … std::string filePath = LOCATION_DIR + SWITCH_CONFIG_NAME + "_" + std::to_string(userId) + ".conf"; in GetLocationSwitchConfigPath()127 return LOCATION_DIR + PRIVACY_CONFIG_NAME + "_" + filePath + std::to_string(userId) + ".conf"; in GetPrivacyTypeConfigPath()
43 const std::string LOCATION_DIR = "/data/service/el1/public/location/"; variable