Searched defs:plen (Results 1 - 6 of 6) sorted by relevance

/system/extras/ext4_utils/
H A Dkey_control.cpp25 size_t plen,
28 return syscall(__NR_add_key, type, description, payload, plen, ringid);
22 add_key(const char *type, const char *description, const void *payload, size_t plen, key_serial_t ringid) argument
/system/core/debuggerd/
H A Dcrasher.c36 __attribute__ ((noinline)) static void smash_stack_dummy_function(volatile int* plen) { argument
37 smash_stack_dummy_buf[*plen] = 0;
44 __attribute__ ((noinline)) static int smash_stack(volatile int* plen) { argument
50 smash_stack_dummy_function(plen);
/system/core/libcutils/
H A Dfs_config.c193 const char *path, size_t plen)
196 if (plen < len) {
204 if (plen != len) {
215 int fd, plen; local
221 plen = strlen(path);
251 if (fs_config_cmp(dir, prefix, len, path, plen)) {
267 if (fs_config_cmp(dir, pc->prefix, strlen(pc->prefix), path, plen)) {
192 fs_config_cmp(bool dir, const char *prefix, size_t len, const char *path, size_t plen) argument
/system/core/libdiskconfig/
H A Ddiskconfig.c39 parse_len(const char *str, uint64_t *plen) argument
66 *plen = strtoull(tmp, NULL, 0);
67 if (!*plen) {
72 if (*plen == (uint64_t)-1) {
81 *plen *= multiple;
83 if (*plen > 0xffffffffULL) {
84 ALOGE("Length specified is too large!: %"PRIu64" KB", *plen);
/system/bt/stack/avdt/
H A Davdt_api.c1192 UINT8 *p, *plen, *pm1, *p_end; local
1227 plen = p;
1267 UINT16_TO_BE_STREAM(plen, len);
/system/security/keystore/
H A Dkeystore.cpp373 size_t plen = strlen(p); local
375 size_t extra = decode_key_length(p, plen);
378 decode_key(match, p, plen);

Completed in 218 milliseconds