Searched refs:expected_prefixes_path (Results 1 – 3 of 3) sorted by relevance
65 expected_prefixes_path = file_path; in Options()950 if (generation_options.expected_prefixes_path.empty()) { in LoadExpectedPackagePrefixes()956 fd = open(generation_options.expected_prefixes_path.c_str(), O_RDONLY); in LoadExpectedPackagePrefixes()961 generation_options.expected_prefixes_path + in LoadExpectedPackagePrefixes()978 string("error: ") + generation_options.expected_prefixes_path + in LoadExpectedPackagePrefixes()1044 generation_options.expected_prefixes_path + ")."; in ValidateObjCClassPrefix()1077 << generation_options.expected_prefixes_path << ")." << endl; in ValidateObjCClassPrefix()
61 generation_options.expected_prefixes_path = options[i].second; in Generate()
48 string expected_prefixes_path; member