Searched refs:found_file (Results 1 - 3 of 3) sorted by relevance

/haiku-fatelf/src/bin/gdb/gdb/
H A Dsolib.c112 int found_file = -1; local
140 found_file = open (temp_pathname, O_RDONLY, 0);
147 if (found_file < 0 && IS_ABSOLUTE_PATH (in_pathname))
159 if (found_file < 0 && solib_search_path != NULL)
160 found_file = openp (solib_search_path, OPF_TRY_CWD_FIRST,
166 if (found_file < 0 && solib_search_path != NULL)
167 found_file = openp (solib_search_path, OPF_TRY_CWD_FIRST,
172 if (found_file < 0 && TARGET_SO_FIND_AND_OPEN_SOLIB != NULL)
173 found_file = TARGET_SO_FIND_AND_OPEN_SOLIB
177 if (found_file <
[all...]
/haiku-fatelf/src/add-ons/kernel/file_systems/fat/
H A Ddir.c359 bool found_file = false; local
371 found_file = true;
374 found_file = true;
394 if (!found_file && !strcmp(filename, file)) {
395 found_file = true;
402 if (check_dups && found_file)
405 found_file = true;
410 if (found_file && (!check_dups || (check_dups && *dups_exist)))
415 if (found_file) {
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/dos/r5/
H A Ddir.c352 bool found_file = false; local
365 found_file = true;
368 found_file = true;
387 if (!found_file && !strcmp(filename, file)) {
388 found_file = true;
395 if(check_dups && found_file) {
398 found_file = true;
403 if(found_file && (!check_dups || (check_dups && *dups_exist))) {
409 if (found_file) {

Completed in 60 milliseconds