Searched refs:fputs (Results 1 – 5 of 5) sorted by relevance
/device/generic/goldfish-opengl/fuchsia/ |
D | fuchsia_stdio.cc | 18 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/ |
D | Usb.cpp | 82 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/ |
D | Usb.cpp | 89 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/ |
D | Usb.cpp | 122 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/ |
D | Usb.cpp | 124 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()
|