Home
last modified time | relevance | path

Searched refs:contents (Results 1 – 3 of 3) sorted by relevance

/bootable/recovery/
DREADME.md50 some contents to pmsg.
53 contents of pmsg buffer into /data/misc/recovery/inject.txt. Test will pass if
54 this file has expected contents.
DNOTICE128 wherever such third-party notices normally appear. The contents
/bootable/recovery/updater/
Dinstall.cpp660 std::string contents; in ReadFileFn() local
662 if (updater_runtime->ReadFileToString(filename, &contents)) { in ReadFileFn()
663 return new Value(Value::Type::STRING, std::move(contents)); in ReadFileFn()