Searched refs:storage_mock_files (Results 1 – 1 of 1) sorted by relevance
44 static struct FileInfo* storage_mock_files[TEST_FILE_MAX]; variable130 if (storage_mock_files[i] == NULL) { in storage_open_file()133 if (!strcmp(storage_mock_files[i]->name, name)) { in storage_open_file()134 file_info_p = storage_mock_files[i]; in storage_open_file()143 storage_mock_files[storage_mock_files_count] = in storage_open_file()145 memset(storage_mock_files[storage_mock_files_count], 0, in storage_open_file()147 strncpy(storage_mock_files[storage_mock_files_count]->name, name, in storage_open_file()149 file_info_p = storage_mock_files[storage_mock_files_count]; in storage_open_file()217 if (storage_mock_files[i] == NULL) { in storage_delete_file()220 if (!strcmp(storage_mock_files[i]->name, name)) { in storage_delete_file()[all …]