Lines Matching refs:OS_file_error

258     end_blocking_system_call(); OS_file_error(STACK_0);  in make_directory()
264 end_blocking_system_call(); OS_file_error(STACK_0); in make_directory()
281 end_blocking_system_call(); OS_file_error(STACK_0); in delete_directory()
287 end_blocking_system_call(); OS_file_error(STACK_0); in delete_directory()
303 end_blocking_system_call(); OS_file_error(STACK_0); in change_current_directory()
318 end_blocking_system_call(); OS_file_error(STACK_0); in delete_existing_file()
324 end_blocking_system_call(); OS_file_error(STACK_0); in delete_existing_file()
348 end_blocking_system_call(); OS_file_error(STACK_0); /* report other error */ in delete_file_if_exists()
357 end_blocking_system_call(); OS_file_error(STACK_0); in delete_file_if_exists()
421 end_blocking_system_call(); OS_file_error(STACK_0); /* report error */ in rename_existing_file()
427 end_blocking_system_call(); OS_file_error(STACK_0); in rename_existing_file()
4913 if (!result) { OS_file_error(pathname); } in default_directory_of()
4917 if (!result) { OS_file_error(pathname); } in default_directory_of()
4921 if (!result) { OS_file_error(pathname); } in default_directory_of()
4925 if (!result) { OS_file_error(pathname); } in default_directory_of()
5400 { end_blocking_system_call(); OS_file_error(*(fs->fs_pathname)); } in get_path_info()
5416 OS_file_error(*(fs->fs_pathname)); in get_path_info()
5428 OS_file_error(*(fs->fs_pathname)); in get_path_info()
5474 if (errno!=ENOENT) { OS_file_error(*(fs->fs_pathname)); } in assure_dir_exists()
5587 OS_file_error(STACK_0); in change_default()
5634 OS_file_error(*(fs->fs_pathname)); in access0()
5761 end_blocking_system_call(); OS_file_error(STACK_0); in find_first_file()
5763 end_blocking_system_call(); OS_file_error(STACK_0); in find_first_file()
5859 OS_file_error(STACK_0);
5951 OS_file_error(STACK_0); in directory_exists()
5965 if (errno != ENOENT) OS_file_error(STACK_0); in directory_exists()
6201 { OS_file_error(STACK_0); } in create_new_file()
6207 { OS_file_error(STACK_0); } in create_new_file()
6211 if (result<0) { OS_file_error(STACK_0); } /* report error */ in create_new_file()
6217 { OS_file_error(STACK_0); } /* report error */ in create_new_file()
6245 if (result<0) { OS_file_error(STACK_0); } in open_input_file()
6255 OS_file_error(STACK_0); /* report error */ in open_input_file()
6272 if (handle==INVALID_HANDLE_VALUE) { OS_file_error(STACK_0); } in open_input_file()
6285 OS_file_error(STACK_0); /* report Error */ in open_input_file()
6319 if (result<0) { OS_file_error(STACK_0); } /* report error */ in open_output_file()
6329 if (handle==INVALID_HANDLE_VALUE) { OS_file_error(STACK_0); } in open_output_file()
6827 OS_file_error(*pathname); in get_time_size()
6894 OS_file_error(*(fs->fs_pathname)); in with_stat_info_computed()
7156 case DIR_IF_NONE_ERROR: OS_file_error(STACK_1); in directory_search_scandir()
7180 if (!(errno==0)) { OS_file_error(STACK_1); } in directory_search_scandir()
7231 OS_file_error(namestring); in directory_search_scandir()
7251 OS_file_error(namestring); in directory_search_scandir()
7310 OS_file_error(namestring); in directory_search_scandir()
7321 if (closedir(dirp)) { end_blocking_system_call(); OS_file_error(STACK_1); } in directory_search_scandir()
7341 } else OS_file_error(STACK_1); in directory_search_scandir()
7465 READDIR_findnext({ end_blocking_system_call(); OS_file_error(STACK_1); }, break; ); in directory_search_scandir()