diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2025-06-19 11:07:21 +0200 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2025-06-19 11:07:30 +0200 |
| commit | 725316a5386eb713438625220b561bcd3710c8bc (patch) | |
| tree | 3535222fdd3ec0c8b601df98006fa1736e9fb047 /src/include/fileutils.h | |
| parent | cc9ed708379b9b03e7a9b86f040f06f178606aef (diff) | |
| download | box64-725316a5386eb713438625220b561bcd3710c8bc.tar.gz box64-725316a5386eb713438625220b561bcd3710c8bc.zip | |
[DYNACACHE] Introduced DynaCache for ARM64 (disabled by default)
Diffstat (limited to 'src/include/fileutils.h')
| -rw-r--r-- | src/include/fileutils.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/fileutils.h b/src/include/fileutils.h index 855eb8ff..042ca800 100644 --- a/src/include/fileutils.h +++ b/src/include/fileutils.h @@ -12,6 +12,7 @@ char* ResolveFileSoft(const char* filename, path_collection_t* paths); int FileIsX86ELF(const char* filename); int FileIsX64ELF(const char* filename); int FileIsShell(const char* filename); +size_t FileSize(const char* filename); // return temp folder (will return /tmp if nothing is correct) const char* GetTmpDir(void); |