Searched refs:basedir (Results 1 – 1 of 1) sorted by relevance
169 std::string_view basedir(filename); in check_filename() local170 basedir.remove_suffix(expected.length()); in check_filename()171 if (basedir.empty()) { in check_filename()172 basedir = "./"; in check_filename()175 if (std::find_if(i.begin(), i.end(), [&basedir](const std::string& i) { in check_filename()176 return basedir == i; in check_filename()178 …AIDL_ERROR(defined_type) << "directory " << basedir << " is not found in any of the import paths:\… in check_filename()