Home
last modified time | relevance | path

Searched refs:FX_NOT_FOUND (Results 1 – 15 of 15) sorted by relevance

/FileX-v6.2.1/common/src/
Dfx_partition_offset_calculate.c202 return(FX_NOT_FOUND); in _fx_partition_offset_calculate()
213 return(FX_NOT_FOUND); in _fx_partition_offset_calculate()
449 return(FX_NOT_FOUND); in _fx_partition_offset_calculate_extended()
484 return(FX_NOT_FOUND); in _fx_partition_offset_calculate_extended()
493 return(FX_NOT_FOUND); in _fx_partition_offset_calculate_extended()
515 return(FX_NOT_FOUND); in _fx_partition_offset_calculate_extended()
549 return(FX_NOT_FOUND); in _fx_partition_offset_calculate_extended()
579 return(FX_NOT_FOUND); in _fx_partition_offset_calculate_extended()
603 return(FX_NOT_FOUND); in _fx_partition_offset_calculate_extended()
Dfx_directory_search.c753 return(FX_NOT_FOUND); in _fx_directory_search()
819 return(FX_NOT_FOUND); in _fx_directory_search()
Dfx_unicode_directory_search.c498 return(FX_NOT_FOUND); in _fx_unicode_directory_search()
Dfx_file_write.c369 return(FX_NOT_FOUND); in _fx_file_write()
/FileX-v6.2.1/test/regression_test/
Dfilex_utility_test.c298 if (status != FX_NOT_FOUND) in ftest_0_entry()
316 if (status != FX_NOT_FOUND) in ftest_0_entry()
334 if (status != FX_NOT_FOUND) in ftest_0_entry()
352 if (status != FX_NOT_FOUND) in ftest_0_entry()
389 if (status != FX_NOT_FOUND) in ftest_0_entry()
466 if (status != FX_NOT_FOUND) in ftest_0_entry()
645 if (status != FX_NOT_FOUND) in ftest_0_entry()
Dfilex_unicode_4_test.c246 return_value_if_fail(status == FX_NOT_FOUND, 21); in ftest_0_entry()
250 return_value_if_fail(status == FX_NOT_FOUND, 32); in ftest_0_entry()
303 return_value_if_fail(status == FX_NOT_FOUND, 34); in ftest_0_entry()
308 return_value_if_fail(status == FX_NOT_FOUND, 35); in ftest_0_entry()
Dfilex_file_write_available_cluster_test.c256 return_if_fail( status == FX_NOT_FOUND); in ftest_0_entry()
261 return_if_fail( status == FX_NOT_FOUND); in ftest_0_entry()
Dfilex_fault_tolerant_file_corruption_test.c182 return_if_fail(status == FX_NOT_FOUND); in ftest_0_entry()
226 return_if_fail(status == FX_NOT_FOUND); in ftest_0_entry()
Dfilex_file_attributes_read_set_test.c202 if (status != FX_NOT_FOUND) in ftest_0_entry()
Dfilex_unicode_file_rename_test.c431 return_value_if_fail( (status == FX_NOT_FOUND) || ( status == FX_NOT_DIRECTORY), 53); in ftest_0_entry()
Dfilex_unicode_directory_rename_test.c434 return_value_if_fail( (status == FX_NO_MORE_SPACE) || ( status == FX_NOT_FOUND), 53); in ftest_0_entry()
Dfilex_file_create_delete_test.c387 return_if_fail( status == FX_NOT_FOUND); in ftest_0_entry()
Dfilex_directory_default_path_get_set_test.c540 if (status != FX_NOT_FOUND) in ftest_0_entry()
Dfilex_directory_create_delete_test.c448 return_if_fail( status == FX_NOT_FOUND); in ftest_0_entry()
/FileX-v6.2.1/common/inc/
Dfx_api.h535 #define FX_NOT_FOUND 0x04 macro