Searched refs:source_config_file (Results 1 – 3 of 3) sorted by relevance
45 …string source_config_file = string( static_cast<ByteString>( Export::GetEnv("SOURCE_ROOT_DIR") ).G… in parseConfig() local46 if( source_config_file.empty() ) in parseConfig()51 source_config_file += string("/source_config"); in parseConfig()54 inireader.read( map , source_config_file ); in parseConfig()
1746 my $source_config_file = "$work_master/source_config";1747 if ( !open(SOURCE_CONFIG, ">$source_config_file") ) {1748 print_error("Can't create source_config file '$source_config_file': $!.", 8);
197 my $source_config_file;691 …ware, that can cause compatibility problems. Maybe you should verify your $source_config_file.\n");1632 $source_config_file = $source_config->get_config_file_path();
Completed in 31 milliseconds