Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/fuchsia/
Dfuchsia_stdio.cc18 return fputs(s, stdout); in puts()
53 int fputs(const char *s, FILE *stream) in fputs() function
87 fputs(buffer, stream); in fwrite()
/device/google/wahoo/usb/
DUsb.cpp82 ret = fputs(contents.c_str(), fp); in writeFile()
148 int ret = fputs("dual", fp); in switchToDrp()
180 int ret = fputs(convertRoletoString(newRole).c_str(), fp); in switchMode()
263 int ret = fputs(convertRoletoString(newRole).c_str(), fp); in switchRole()
/device/google/coral/usb/
DUsb.cpp89 int ret = fputs(contents.c_str(), fp); in writeFile()
212 int ret = fputs("dual", fp); in switchToDrp()
242 int ret = fputs(convertRoletoString(newRole).c_str(), fp); in switchMode()
321 int ret = fputs(convertRoletoString(newRole).c_str(), fp); in switchRole()
/device/google/bonito/usb/
DUsb.cpp122 int ret = fputs("dual", fp); in switchToDrp()
154 int ret = fputs(convertRoletoString(newRole).c_str(), fp); in switchMode()
237 int ret = fputs(convertRoletoString(newRole).c_str(), fp); in switchRole()
/device/google/crosshatch/usb/
DUsb.cpp124 int ret = fputs("dual", fp); in switchToDrp()
156 int ret = fputs(convertRoletoString(newRole).c_str(), fp); in switchMode()
239 int ret = fputs(convertRoletoString(newRole).c_str(), fp); in switchRole()