Home | History | Annotate | Download | only in include

Lines Matching full:data

43      * Reads the data from the file path provided
46 * @return Data read from the file
50 * Reads the data into the given buffer from the file path provided
53 * @param[out] buffer Data read from the file
54 * @return Length of the data read from the file
58 * Writes the data into the file path provided
61 * @param[in] dataBuffer Data to write
63 static void writeToFile(const String8& filePath, const String8& data);
65 * Appends the data into the file path provided
68 * @param[in] dataBuffer Data to append
70 static void appendToFile(const String8& filePath, const String8& data);