Home
last modified time | relevance | path

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

/system/libvintf/
Dutils.h45 status_t fetchAllInformation(const FileSystem* fileSystem, const std::string& path, T* outObject, in fetchAllInformation() argument
47 if (outObject->fileName().empty()) { in fetchAllInformation()
48 outObject->setFileName(path); in fetchAllInformation()
50 outObject->setFileName(outObject->fileName() + ":" + path); in fetchAllInformation()
60 bool success = fromXml(outObject, info, error); in fetchAllInformation()