Home
last modified time | relevance | path

Searched refs:diskPath (Results 1 - 2 of 2) sorted by relevance

/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dbundle_util.h75 * @param diskPath Indicates disk path in the system.
78 static bool CheckSystemSize(const std::string &bundlePath, const std::string &diskPath);
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_util.cpp190 bool BundleUtil::CheckSystemSize(const std::string &bundlePath, const std::string &diskPath) in CheckSystemSize() argument
193 if (statfs(diskPath.c_str(), &diskInfo) != 0) { in CheckSystemSize()

Completed in 3 milliseconds