rpcs3/Utilities
Eladash eecadab387 Implement fs::file::get_id()
File descripor ID with 2 provided ways to compare between them:
1. is_mirror_of():
 Test if identical:
  For example: when LHS writes one byte to a file at X offset, RHS file be able to read that exact byte at X offset)

2. is_coherent_with():
 Test if both files point to the same file:
  For example: if a file descriptor pointing to the complete file exists and is being truncated to 0 bytes from non-
  -zero size state: this has to affect both RHS and LHS files.
2023-07-17 08:09:09 +03:00
..
2022-07-04 22:35:05 +03:00
2023-04-13 20:46:37 +02:00
2021-06-25 09:41:32 +03:00
2023-05-25 20:37:15 +02:00
2023-07-17 08:09:09 +03:00
2023-07-17 08:09:09 +03:00
2023-02-22 23:57:20 +01:00
2023-04-11 12:13:09 +03:00
2021-04-11 14:01:51 +03:00
2021-04-11 14:01:51 +03:00
2023-03-04 18:34:56 +01:00
2022-07-08 14:47:41 +03:00
2023-06-02 08:54:46 +03:00
2022-09-17 16:35:02 +03:00
2020-12-12 15:12:01 +03:00