HomeSort by relevance Sort by last modified time
    Searched defs:nNameLength (Results 1 - 2 of 2) sorted by null

  /hardware/ti/omap4xxx/security/tf_daemon/
lib_manifest2.c 647 uint32_t nNameLength;
661 &nNameLength,
smc_properties_parser.c 254 uint32_t nNameLength;
274 &nNameLength,
293 pNameZ = malloc(nNameLength+1);
299 memcpy(pNameZ, pName, nNameLength);
300 pNameZ[nNameLength] = 0;

Completed in 443 milliseconds