Home
last modified time | relevance | path

Searched refs:writeToFile (Results 1 – 3 of 3) sorted by relevance

/system/tools/hidl/docs/src/
Dmain.kt47 if (writer.writeToFile()) println("$LOG_NAME Wrote file: ${writer.path}") in main()
65 if (indexWriter.writeToFile()) println("$LOG_NAME Wrote index: ${indexWriter.path}") in main()
/system/tools/hidl/docs/src/writer/files/
DAbstractFileWriter.kt41 fun writeToFile(): Boolean { in writeToFile() method
/system/netd/server/
DTetherController.cpp75 bool writeToFile(const char* filename, const char* value) { in writeToFile() function
94 writeToFile(kTcpBeLiberal, enabled ? "1" : "0"); in configureForTethering()
179 success &= writeToFile(IPV4_FORWARDING_PROC_FILE, value); in setIpFwdEnabled()
180 success &= writeToFile(IPV6_FORWARDING_PROC_FILE, value); in setIpFwdEnabled()