Home
last modified time | relevance | path

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

/aosp12/system/libvintf/
H A Dutils.h34 status_t fetchAllInformation(const FileSystem* fileSystem, const std::string& path, T* outObject, in fetchAllInformation() argument
36 if (outObject->fileName().empty()) { in fetchAllInformation()
37 outObject->setFileName(path); in fetchAllInformation()
39 outObject->setFileName(outObject->fileName() + ":" + path); in fetchAllInformation()
49 bool success = fromXml(outObject, info, error); in fetchAllInformation()