Home
last modified time | relevance | path

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

/bootable/recovery/
DREADME.md38 some contents to pmsg.
41 contents of pmsg buffer into /data/misc/recovery/inject.txt. Test will pass if
42 this file has expected contents.
DNOTICE128 wherever such third-party notices normally appear. The contents
/bootable/recovery/updater/
Dinstall.cpp708 std::string contents; in ReadFileFn() local
709 if (android::base::ReadFileToString(filename, &contents)) { in ReadFileFn()
710 return new Value(Value::Type::STRING, std::move(contents)); in ReadFileFn()