HomeSort by relevance Sort by last modified time
    Searched defs:mountSystem (Results 1 - 2 of 2) sorted by null

  /system/libvintf/
utils.h 61 virtual status_t mountSystem() const { return OK; }
VintfObject.cpp 207 auto mountSystem = [&mounter] { return mounter.mountSystem(); };
210 pkg.fwk.manifest.get(), mount, mountSystem, &updated.fwk.manifest,
220 pkg.fwk.matrix.get(), mount, mountSystem, &updated.fwk.matrix,

Completed in 833 milliseconds