Searched refs:contents (Results 1 – 3 of 3) sorted by relevance
38 some contents to pmsg.41 contents of pmsg buffer into /data/misc/recovery/inject.txt. Test will pass if42 this file has expected contents.
128 wherever such third-party notices normally appear. The contents
708 std::string contents; in ReadFileFn() local709 if (android::base::ReadFileToString(filename, &contents)) { in ReadFileFn()710 return new Value(Value::Type::STRING, std::move(contents)); in ReadFileFn()