Home
last modified time | relevance | path

Searched refs:configFileWithPath (Results 1 – 1 of 1) sorted by relevance

/developtools/profiler/device/cmds/src/
Dmain.cpp443 std::string configFileWithPath = configFile; in ParseConfig() local
446 configFileWithPath = path + configFile; // add default path in ParseConfig()
449 printf("Read config from %s\n", configFileWithPath.c_str()); in ParseConfig()
451 if (!COMMON::ReadFile(configFileWithPath, validPaths, config)) { in ParseConfig()
457 …printf("Error config file: %s\n", configFileWithPath.c_str()); // no config in command or config f… in ParseConfig()