HomeSort by relevance Sort by last modified time
    Searched defs:fext (Results 1 - 9 of 9) sorted by null

  /bionic/libc/stdio/
vsprintf.c 49 struct __sfileext fext; local
51 _FILEEXT_SETUP(&f, &fext);
vsscanf.c 49 struct __sfileext fext; local
51 _FILEEXT_SETUP(&f, &fext);
sprintf.c 51 struct __sfileext fext; local
53 _FILEEXT_SETUP(&f, &fext);
vasprintf.c 30 struct __sfileext fext; local
33 _FILEEXT_SETUP(&f, &fext);
vsnprintf.c 45 struct __sfileext fext; local
47 _FILEEXT_SETUP(&f, &fext);
snprintf.c 47 struct __sfileext fext; local
57 _FILEEXT_SETUP(&f, &fext);
sscanf.c 53 struct __sfileext fext; local
55 _FILEEXT_SETUP(&f, &fext);
  /frameworks/base/media/libstagefright/codecs/aacdec/
s_ch_info.h 90 Char *fext; /* filename extension */ member in struct:__anon9249
  /external/chromium/base/
file_util_unittest.cc 283 const std::wstring fext = file_util::GetFileExtensionFromPath(ext.path); local
284 EXPECT_EQ(ext.extension, fext);
    [all...]

Completed in 94 milliseconds