#include <ycp/y2log.h>
#include <PkgModule.h>
#include <PkgModuleFunctions.h>
#include <y2util/Url.h>
#include <y2pm/InstTarget.h>
#include <y2pm/UpdateInfParser.h>
#include <y2pm/PMPackageManager.h>
#include <y2pm/PMError.h>
#include <ycp/YCPVoid.h>
#include <ycp/YCPBoolean.h>
#include <ycp/YCPInteger.h>
#include <ycp/YCPSymbol.h>
#include <ycp/YCPString.h>
#include <ycp/YCPList.h>
#include <ycp/YCPMap.h>
#include <unistd.h>
#include <sys/statvfs.h>
Functions | |
void | get_disk_stats (const char *fs, long long *used, long long *size, long long *bsize) |
|
------------------------ INTERNAL get_disk_stats return capacity and usage of partition at directory |