Searched defs:configPath (Results 1 – 5 of 5) sorted by relevance
30 static bool GetConfigFilePath(const char *productName, char *configPath, size_t configPathLen) in GetConfigFilePath()55 char configPath[PATH_MAX] = { 0 }; in HdfGetHcsRootNode() local
39 static bool GetConfigFilePath(const char *productName, char *configPath, size_t configPathLen) in GetConfigFilePath()64 char configPath[PATH_MAX] = { 0 }; in HdfGetHcsRootNode() local
86 bool PowerConfig::OpenFile(std::ifstream& ifsConf, const std::string& configPath) in OpenFile()
111 bool BatteryConfig::OpenFile(std::ifstream& ifsConf, const std::string& configPath) in OpenFile()
235 static int32_t UsbFnAdapterCreateFunc(const char *configPath, const char *funcPath) in UsbFnAdapterCreateFunc()760 char configPath[MAX_PATHLEN]; in CreatKernelFunc() local