OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nValueLength
(Results
1 - 2
of
2
) sorted by null
/hardware/ti/omap4xxx/security/tf_daemon/
smc_properties_parser.c
256
uint32_t
nValueLength
;
276
&
nValueLength
);
355
pValueZ = malloc(
nValueLength
+1);
361
memcpy(pValueZ, pValue,
nValueLength
);
362
pValueZ[
nValueLength
] = 0;
385
if ((
nValueLength
> strlen(CONFIG_PROPERTY_NAME)) &&
lib_manifest2.c
649
uint32_t
nValueLength
;
663
&
nValueLength
);
Completed in 33 milliseconds