Lines Matching +defs:path +defs:key
100 void setFakeEnv(const std::string& key, const std::string& value) { mFakeEnv[key] = value; } in setFakeEnv()
124 bool getFlag(const std::string& key, T* value, bool log = true) const { in getFlag()
178 size_t getIntegerFlag(const std::string& key, size_t defaultValue = 0) const { in getIntegerFlag()
199 static bool isCommonConfig(const std::string& path) { in isCommonConfig()
206 static bool isConditionalConfig(const std::string& path) { in isConditionalConfig()
216 static bool isExtraCommonConfig(const std::string& path) { in isExtraCommonConfig()
221 Condition generateCondition(const std::string& path) { in generateCondition()
564 const std::string& path = it->fileName(); in assembleHalManifest() local
953 bool AssembleVintf::openOutFile(const std::string& path) { in openOutFile()
958 bool AssembleVintf::openInFile(const std::string& path) { in openInFile()
963 bool AssembleVintf::openCheckFile(const std::string& path) { in openCheckFile()