#include "librpm.h"
#include <cstring>
#include <zypp/AutoDispose.h>
#include <pwd.h>
#include <grp.h>
#include <iostream>
#include <map>
#include <set>
#include <vector>
#include <zypp/base/Easy.h>
#include <zypp/base/Logger.h>
#include <zypp/base/Exception.h>
#include <zypp/target/rpm/librpmDb.h>
#include <zypp/target/rpm/RpmHeader.h>
#include <zypp/Package.h>
#include <zypp/PathInfo.h>
Go to the source code of this file.
|
int | unameToUid (const char *thisUname, uid_t *uid) |
int | gnameToGid (const char *thisGname, gid_t *gid) |
◆ unameToUid()
int unameToUid |
( |
const char * | thisUname, |
|
|
uid_t * | uid ) |
◆ gnameToGid()
int gnameToGid |
( |
const char * | thisGname, |
|
|
gid_t * | gid ) |