Home
last modified time | relevance | path

Searched defs:writeStringToFile (Results 1 – 2 of 2) sorted by relevance

/aosp12/packages/services/Car/tests/carservice_unit_test/src/com/android/car/power/
H A DSilentModeHandlerUnitTest.java208 private void writeStringToFile(File file, String contents) throws Exception { in writeStringToFile() method in SilentModeHandlerUnitTest
/aosp12/system/vold/
H A DUtils.cpp1414 bool writeStringToFile(const std::string& payload, const std::string& filename) { in writeStringToFile() function