Searched refs:readFileContents (Results 1 – 4 of 4) sorted by relevance
185 bool readFileContents(const char *filename, std::vector<uint8_t> *buffer) { in readFileContents() function230 if (readFileContents(headerPath, &headerBuffer) && in sendLoadNanoappRequest()231 readFileContents(binaryPath, &binaryBuffer)) { in sendLoadNanoappRequest()253 if (readFileContents(filename, &buffer)) { in sendLoadNanoappRequest()
80 static bool readFileContents(const char *filename,
65 if (ChreDaemonBase::readFileContents(kLogDatabaseFilePath, &tokenData)) { in logDetokenizerInit()
69 if (readFileContents(headerFile.c_str(), &headerBuffer) && in loadPreloadedNanoapp()208 bool ChreDaemonBase::readFileContents(const char *filename, in readFileContents() function in android::chre::ChreDaemonBase