Searched defs:must_exist (Results 1 - 1 of 1) sorted by path

/system/extras/tests/sdcard/
H A Dsysutil.cpp77 int readStringFromFile(const char *filename, char *const start, size_t size, bool must_exist=true) argument
88 if (ENOENT != errno || must_exist)
146 int writeStringToFile(const char *filename, const char *start, bool must_exist=true) argument
153 if (ENOENT != errno || must_exist)

Completed in 240 milliseconds