Home
last modified time | relevance | path

Searched full:contents (Results 1 – 25 of 32) sorted by relevance

12

/FileX-v6.2.1/common/src/
Dfx_file_extended_truncate_release.c98 ULONG contents; in _fx_file_extended_truncate_release() local
293 status = _fx_utility_FAT_entry_read(media_ptr, cluster, &contents); in _fx_file_extended_truncate_release()
314 cluster = contents; in _fx_file_extended_truncate_release()
399 status = _fx_utility_FAT_entry_read(media_ptr, cluster, &contents); in _fx_file_extended_truncate_release()
436 status = _fx_utility_FAT_entry_read(media_ptr, cluster, &contents); in _fx_file_extended_truncate_release()
453 … media_ptr -> fx_media_fat_last, contents, media_ptr -> fx_media_fat_last); in _fx_file_extended_truncate_release()
559 cluster = contents; in _fx_file_extended_truncate_release()
649 status = _fx_utility_FAT_entry_read(media_ptr, cluster, &contents); in _fx_file_extended_truncate_release()
670 cluster = contents; in _fx_file_extended_truncate_release()
Dfx_file_open.c92 ULONG contents = 0; in _fx_file_open() local
340 status = _fx_utility_FAT_entry_read(media_ptr, cluster, &contents); in _fx_file_open()
354 if ((cluster == contents) || (cluster_count > media_ptr -> fx_media_total_clusters)) in _fx_file_open()
367 if (cluster + 1 == contents) in _fx_file_open()
390 cluster = contents; in _fx_file_open()
433 ((cluster_count) && (contents < fat_last))) in _fx_file_open()
Dfx_file_delete.c97 ULONG contents; in _fx_file_delete() local
302 status = _fx_utility_FAT_entry_read(media_ptr, cluster, &contents); in _fx_file_delete()
319 if ((cluster == contents) || (cluster_count > media_ptr -> fx_media_total_clusters)) in _fx_file_delete()
353 cluster = contents; in _fx_file_delete()
Dfx_file_extended_seek.c85 ULONG contents = 0; in _fx_file_extended_seek() local
189 status = _fx_utility_FAT_entry_read(media_ptr, cluster, &contents); in _fx_file_extended_seek()
206 cluster = contents; in _fx_file_extended_seek()
Dfx_file_extended_truncate.c90 ULONG contents = 0; in _fx_file_extended_truncate() local
235 status = _fx_utility_FAT_entry_read(media_ptr, cluster, &contents); in _fx_file_extended_truncate()
252 cluster = contents; in _fx_file_extended_truncate()
Dfx_media_check_lost_cluster_check.c117 /* Read the contents of what should be a free cluster. */ in _fx_media_check_lost_cluster_check()
131 /* Determine if the contents of the cluster is valid. */ in _fx_media_check_lost_cluster_check()
Dfx_system_date_get.c43 /* This function returns the current contents of the system date in */
Dfx_system_time_get.c43 /* This function returns the current contents of the system time in */
Dfx_media_check_FAT_chain_check.c118 /* Now read the contents of the cluster. */ in _fx_media_check_FAT_chain_check()
Dfx_utility_FAT_flush.c44 /* This function flushes the contents of the FAT cache to the media. */
113 /* Pickup the contents of the FAT cache entry. */ in _fx_utility_FAT_flush()
/FileX-v6.2.1/.github/workflows/
Dregression_test.yml19 contents: read
/FileX-v6.2.1/test/regression_test/
Dfilex_media_flush_test.c268 /* Now read in all the bytes again to make sure the file contents are really there. */ in ftest_0_entry()
440 /* Now read in all the bytes again to make sure the file contents are really there. */ in ftest_0_entry()
Dfilex_media_cache_invalidate_test.c252 /* Now read in all the bytes again to make sure the file contents are really there. */ in ftest_0_entry()
435 /* Now read in all the bytes again to make sure the file contents are really there. */ in ftest_0_entry()
Dfilex_file_read_write_test.c316 /* Now read in all the bytes again to make sure the file contents are really there. */ in ftest_0_entry()
509 /* Now read in all the bytes again to make sure the file contents are really there. */ in ftest_0_entry()
568 /* Now read in all the bytes again to make sure the file contents are really there. */ in ftest_0_entry()
585 /* Determine if the contents are what is expected. */ in ftest_0_entry()
619 /* Now read in all the bytes again to make sure the file contents are really there. */ in ftest_0_entry()
636 /* Determine if the contents are what is expected. */ in ftest_0_entry()
690 /* Now read in all the bytes again to make sure the file contents are really there. */ in ftest_0_entry()
Dfilex_fault_tolerant_corrupted_log_file_test.c4 …r under and overflows which may be exploited to achieve buffer overflow and modify memory contents.
Dfilex_fault_tolerant_media_full_test.c232 /* Now read in all the bytes again to make sure the file contents are really there. */ in ftest_0_entry()
Dfilex_file_allocate_test.c306 /* Now read in all the bytes again to make sure the file contents are really there. */ in ftest_0_entry()
Dfilex_fault_tolerant_write_large_data_test.c307 /* Now read in all the bytes again to make sure the file contents are really there. */ in ftest_0_entry()
Dfilex_fault_tolerant_delete_large_data_test.c308 /* Now read in all the bytes again to make sure the file contents are really there. */ in ftest_0_entry()
Dfilex_fault_tolerant_write_large_data_interrupt_test.c349 /* Now read in all the bytes again to make sure the file contents are really there. */ in ftest_0_entry()
Dfilex_fault_tolerant_write_large_data_undo_log_interrupt_test.c350 /* Now read in all the bytes again to make sure the file contents are really there. */ in ftest_0_entry()
Dfilex_fault_tolerant_write_large_data_directory_interrupt_test.c350 /* Now read in all the bytes again to make sure the file contents are really there. */ in ftest_0_entry()
Dfilex_fault_tolerant_write_large_data_fat_chain_cleanup_interrupt_test.c362 /* Now read in all the bytes again to make sure the file contents are really there. */ in ftest_0_entry()
Dfilex_fault_tolerant_write_large_data_redo_log_interrupt_test.c351 /* Now read in all the bytes again to make sure the file contents are really there. */ in ftest_0_entry()
Dfilex_fault_tolerant_write_large_data_fat_interrupt_test.c363 /* Now read in all the bytes again to make sure the file contents are really there. */ in ftest_0_entry()

12