Searched refs:contents (Results 1 – 3 of 3) sorted by relevance
50 some contents to pmsg.53 contents of pmsg buffer into /data/misc/recovery/inject.txt. Test will pass if54 this file has expected contents.
128 wherever such third-party notices normally appear. The contents
660 std::string contents; in ReadFileFn() local662 if (updater_runtime->ReadFileToString(filename, &contents)) { in ReadFileFn()663 return new Value(Value::Type::STRING, std::move(contents)); in ReadFileFn()