Searched refs:DEFAULT_PATH (Results 1 – 4 of 4) sorted by relevance
32 constexpr char DEFAULT_PATH[] = "/vendor/etc/audio_policy_engine_configuration.xml"; variable112 ParsingResult parse(const char* path = DEFAULT_PATH);
45 const auto DEFAULT_PATH = "/data/local/tmp/SurfaceTrace.dat"; variable
160 auto result = fileExists(engineConfig::DEFAULT_PATH) ? in loadAudioPolicyEngineConfig()161 engineConfig::parse(engineConfig::DEFAULT_PATH) : engineConfig::ParsingResult{}; in loadAudioPolicyEngineConfig()
660 if (strncmp(path, DEFAULT_PATH, strlen(DEFAULT_PATH))) { in parse()