Lines Matching refs:first
1902 // A pointer to first char in the next path.
2169 // If more than one is found, remove it and use the first layer
2185 "was found. Using the first layer found");
2207 "remove_all_non_valid_override_layers: Multiple global override layers found. Using the first global "
2725 // first.
2936 // Look for data files in the provided paths, but first check the environment override to determine if we should use that
3181 // Looks for manifests in the bundle first, before any system directories.
3240 for (size_t first = 0; first < search_path_updated_size;) {
3242 if (search_path[first] == PATH_SEPARATOR) {
3243 memmove(&search_path[first], &search_path[first + 1], search_path_updated_size - first + 1);
3248 size_t first_end = first + 1;
3253 if (first_end - first == second_end - second &&
3254 !strncmp(&search_path[first], &search_path[second], second_end - second)) {
3265 first = first_end + 1;
4281 // Add any implicit layers first
4576 // that first, and see if we can get all the function pointers
7100 // first, it guarantees that each physical device will have a loader-specific handle.