#include "Common.h"
#include <list>
#include <string>
#include <map>
#include <vector>
#include <glib.h>
#include <cjson/json.h>
#include <cjson/json_util.h>
#include <lunaservice.h>
#include "MutexLocker.h"
#include <QObject>
#include <sys/statfs.h>
#include <sys/statvfs.h>
Go to the source code of this file.
#define APPREMOVED_CAUSE_APPREVOKED 1 |
#define APPREMOVED_CAUSE_UNKNOWN -1 |
#define APPREMOVED_CAUSE_USERDELETED 0 |
#define IPKG_PROCESS_PRIORITY 1 |
typedef int(* statfsfn)(const char *, struct statfs *) |
typedef int(* statvfsfn)(const char *, struct statvfs *) |