Searched refs:prefix (Results 1 - 18 of 18) sorted by relevance

/system/core/init/
H A Ddevices.h26 unsigned int gid, unsigned short prefix);
H A Dueventd.c83 int prefix = 0; local
117 prefix = 1;
145 add_dev_perms(name, attr, perm, uid, gid, prefix);
H A Ddevices.c91 unsigned short prefix; member in struct:perms_
104 unsigned short prefix) {
122 node->dp.prefix = prefix;
143 if (dp->prefix) {
175 if (dp->prefix) {
102 add_dev_perms(const char *name, const char *attr, mode_t perm, unsigned int uid, unsigned int gid, unsigned short prefix) argument
H A Dproperty_service.c57 const char *prefix; member in struct:__anon70
234 for (i = 0; property_perms[i].prefix; i++) {
236 if (strncmp(property_perms[i].prefix, name,
237 strlen(property_perms[i].prefix)) == 0) {
/system/core/sh/
H A Dmystring.h40 int prefix(const char *, const char *);
H A Dmystring.c91 * prefix -- see if pfx is a prefix of string.
95 prefix(const char *pfx, const char *string) function
H A Dexec.c516 if (prefix("builtin", pathopt)) {
520 } else if (prefix("func", pathopt)) {
716 if (*new == '%' && bltin < 0 && prefix("builtin", new + 1))
H A Djobs.c735 || prefix(name + 1, jp->ps[0].cmd)) {
/system/core/include/private/
H A Dandroid_filesystem_config.h126 const char *prefix; member in struct:fs_path_config
211 for(; pc->prefix; pc++){
212 int len = strlen(pc->prefix);
215 if(!strncmp(pc->prefix, path, len)) break;
219 if (pc->prefix[len -1] == '*') {
220 if(!strncmp(pc->prefix, path, len - 1)) break;
222 if(!strncmp(pc->prefix, path, len)) break;
231 path, pc->prefix ? pc->prefix : "", *uid, *gid, *mode);
/system/core/nexus/
H A DPropertyManager.h37 android::List<char *> *createPropertyList(const char *prefix);
H A DPropertyManager.cpp255 android::List<char *> *PropertyManager::createPropertyList(const char *prefix) { argument
271 if (!prefix ||
272 (prefix && !strncasecmp(fqn, prefix, strlen(prefix)))) {
H A DCommandListener.cpp197 char *prefix = NULL; local
200 prefix = argv[1];
202 if (!(pc = NetworkManager::Instance()->getPropMngr()->createPropertyList(prefix))) {
/system/extras/librank/
H A Dlibrank.c167 char *prefix; local
189 prefix = NULL;
199 prefix = argv[++i];
200 prefix_len = strlen(prefix);
246 if (prefix && (strncmp(pm_map_name(maps[j]), prefix, prefix_len)))
/system/bluetooth/brfpatch/
H A Dbrfpatch.c57 unsigned char prefix = 0x01; // H4 UART command packet local
58 fwrite(&prefix, 1, 1, fpo);
/system/wlan/ti/sta_dk_4_0_4_32/CUDK/CLI/
H A Deth_utils.c399 unsigned char prefix; local
410 /* Read the packet prefix - one byte */
411 result = read(socket_id, &prefix, sizeof(prefix));
416 if (prefix == PACKET_PREFIX)
/system/bluetooth/data/
H A Dauto_pairing.conf5 // Blacklisting by vendor prefix address:
/system/core/cpio/
H A Dmkbootfs.c227 void archive(const char *start, const char *prefix) argument
233 strcpy(out, prefix);
/system/core/adb/
H A Dcommandline.c320 const char* prefix = "host"; local
322 prefix = "host-usb";
324 prefix = "host-local";
326 snprintf(buffer, buflen, "%s:%s", prefix, command);

Completed in 3953 milliseconds