tomoyo_correct_path  934 security/tomoyo/common.h bool tomoyo_correct_path(const char *filename);
tomoyo_correct_path  469 security/tomoyo/condition.c 		flag = tomoyo_correct_path(pos) || !strcmp(pos, "keep") ||
tomoyo_correct_path  259 security/tomoyo/domain.c 		if (!tomoyo_correct_path(program))
tomoyo_correct_path  267 security/tomoyo/domain.c 			if (!tomoyo_correct_path(domainname))
tomoyo_correct_path  411 security/tomoyo/domain.c 	    !tomoyo_correct_path(aggregated_name))
tomoyo_correct_path  553 security/tomoyo/util.c 	return tomoyo_correct_path(domainname);