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

/system/core/include/private/
H A Dandroid_filesystem_config.h235 int plen; local
238 plen = strlen(path);
242 if(plen < len) continue;
249 } else if (plen == len){
/system/core/libdiskconfig/
H A Ddiskconfig.c38 parse_len(const char *str, uint64_t *plen) argument
65 *plen = strtoull(tmp, NULL, 0);
66 if (!*plen) {
71 if (*plen == (uint64_t)-1) {
80 *plen *= multiple;
82 if (*plen > 0xffffffffULL) {
83 ALOGE("Length specified is too large!: %llu KB", *plen);
/system/core/liblinenoise/
H A Dlinenoise.c189 size_t plen = effectiveLen(prompt); local
191 while((plen+pos) >= cols) {
196 while (plen+len > cols) {
210 snprintf(seq,64,"\x1b[0G\x1b[%dC", (int)(pos+plen));
215 size_t plen = strlen(prompt); local
228 if (write(fd,prompt,plen) == -1) return -1;
324 if (plen+len < cols) {
/system/core/sh/
H A Dhistedit.c451 int plen = strlen(p); local
455 if (*s == *p && strncmp(s, p, plen) == 0) {
458 s += plen;
/system/bluetooth/bluez-clean-headers/bluetooth/
H A Dhci.h2324 uint8_t plen; member in struct:__anon243
2330 uint8_t plen; member in struct:__anon244
2350 uint16_t plen; member in struct:__anon247

Completed in 348 milliseconds