Home
last modified time | relevance | path

Searched refs:native_get_file (Results 1 – 5 of 5) sorted by relevance

/dports/net-im/uTox/uTox/src/
H A Dfilesys.c10 return native_get_file((uint8_t *)name, size, opts, settings.portable_mode); in utox_get_file()
/dports/net-im/uTox/uTox/src/native/
H A Dfilesys.h11 FILE *native_get_file(const uint8_t *name, size_t *size, UTOX_FILE_OPTS opts, bool portable_mode);
/dports/net-im/uTox/uTox/src/posix/
H A Dfilesys.c117 FILE *native_get_file(const uint8_t *name, size_t *size, UTOX_FILE_OPTS opts, bool portable_mode) { in native_get_file() function
/dports/net-im/uTox/uTox/src/windows/
H A Dfilesys.c102 FILE *native_get_file(const uint8_t *name, size_t *size, UTOX_FILE_OPTS opts, bool portable_mode) { in native_get_file() function
/dports/net-im/uTox/uTox/src/android/
H A Dmain.c181 FILE *native_get_file(const uint8_t *name, size_t *size, UTOX_FILE_OPTS opts, bool portable_mode) { in native_get_file() function