Searched refs:mapped_file_path (Results 1 – 1 of 1) sorted by relevance
2976 char mapped_file_path[PATH_MAX]; in mapped_file_test() local3009 if (result < 0 || result >= ARRAY_SIZE(mapped_file_path)) { in mapped_file_test()3014 result = snprintf(mapped_file_path, in mapped_file_test()3015 ARRAY_SIZE(mapped_file_path), "%s/%s", in mapped_file_test()3018 if (result < 0 || result >= ARRAY_SIZE(mapped_file_path)) { in mapped_file_test()3023 result = validate_mapped_file(orig_file_path, mapped_file_path, in mapped_file_test()