HomeSort by relevance Sort by last modified time
    Searched refs:fake_file_outw (Results 1 - 4 of 4) sorted by null

  /prebuilts/ndk/r11/sources/android/support/src/stdio/
stdio_impl.h 38 void fake_file_outw(FakeFILE* file, const wchar_t* s, size_t l) __HIDDEN__;
stdio_impl.c 46 void fake_file_outw(FakeFILE* file, const wchar_t* text, size_t length) { function
102 fake_file_outw(file, wide_buffer, wide_len);
  /prebuilts/ndk/r13/sources/android/support/src/stdio/
stdio_impl.h 38 void fake_file_outw(FakeFILE* file, const wchar_t* s, size_t l) __HIDDEN__;
stdio_impl.c 46 void fake_file_outw(FakeFILE* file, const wchar_t* text, size_t length) { function
102 fake_file_outw(file, wide_buffer, wide_len);

Completed in 332 milliseconds