Home
last modified time | relevance | path

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

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