HomeSort by relevance Sort by last modified time
    Searched defs:fext (Results 1 - 8 of 8) 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);
  /external/chromium/base/
file_util_unittest.cc 289 const std::wstring fext = file_util::GetFileExtensionFromPath(ext.path); local
290 EXPECT_EQ(ext.extension, fext);
    [all...]

Completed in 287 milliseconds