#include <hiker/bundlemgr.h>
#include <hiker/prv/bundlemgr_prv.h>
#include <hiker/notifymgr.h>
#include <hiker/ipc.h>
#include <hiker/fail.h>
#include <string.h>
#include <stdlib.h>
#include <sqlite3.h>
#include <expat.h>
#include <errno.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <unistd.h>
#include <fcntl.h>
#include <stdio.h>
#include <signal.h>
#include <sys/wait.h>
#include <sys/mount.h>
#include "pm_bar.h"
#include "pm_traces.h"
#include "cramfs_interface.h"
Data Structures | |
struct | userData_t |
Functions | |
void | free_list (gpointer data) |
XML_Parser | setup_parser (const char *expected_package_name) |
void | fix (gpointer key, gpointer value, gpointer userdata) |
void | del (gpointer key, gpointer value, gpointer userdata) |
gboolean | finish_parser (XML_Parser parser, GHashTable **properties, GHashTable **metadata) |
gboolean | verify_bar_file (int fd, gboolean more) |
|
|
|
|
|
|
|
|
|
|
|
|