Searched refs:plen (Results 1 - 8 of 8) sorted by relevance

/system/extras/ext4_utils/
H A Dkey_control.cpp29 size_t plen,
32 return syscall(__NR_add_key, type, description, payload, plen, ringid);
26 add_key(const char *type, const char *description, const void *payload, size_t plen, key_serial_t ringid) argument
H A Dkey_control.h21 size_t plen,
/system/core/libcutils/
H A Dfs_config.c179 const char *path, size_t plen)
182 if (plen < len) {
190 if (plen != len) {
201 int fd, plen; local
207 plen = strlen(path);
237 if (fs_config_cmp(dir, prefix, len, path, plen)) {
253 if (fs_config_cmp(dir, pc->prefix, strlen(pc->prefix), path, plen)) {
178 fs_config_cmp(bool dir, const char *prefix, size_t len, const char *path, size_t plen) 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/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.c1305 UINT8 *p, *plen, *pm1, *p_end; local
1340 plen = p;
1380 UINT16_TO_BE_STREAM(plen, len);
/system/extras/tests/net_test/
H A Dmultinetwork_base.py521 actualipv6.plen = None
/system/security/keystore/
H A Dkeystore.cpp1281 size_t plen = strlen(p); local
1283 size_t extra = decode_key_length(p, plen);
1286 decode_key(match, p, plen);

Completed in 171 milliseconds