OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:g_pPartitionFiles
(Results
1 - 2
of
2
) sorted by null
/hardware/ti/omap4-aah/security/tf_daemon/
delegation_client.c
432
static FILE*
g_pPartitionFiles
[16];
567
if (
g_pPartitionFiles
[nPartitionID] != NULL)
570
LogError("
g_pPartitionFiles
not NULL");
591
* it fills the
g_pPartitionFiles
[nPartitionID] slot.
599
if (
g_pPartitionFiles
[nPartitionID] != NULL)
602
LogError("
g_pPartitionFiles
not NULL");
608
g_pPartitionFiles
[nPartitionID] = fopen(g_pPartitionNames[nPartitionID], "w+b");
610
if (
g_pPartitionFiles
[nPartitionID] == NULL)
622
* it fills the
g_pPartitionFiles
[nPartitionID] slot and writes the partition
632
if (
g_pPartitionFiles
[nPartitionID] != NULL
[
all
...]
/hardware/ti/omap4xxx/security/tf_daemon/
delegation_client.c
389
static FILE*
g_pPartitionFiles
[16];
524
if (
g_pPartitionFiles
[nPartitionID] != NULL)
527
LogError("
g_pPartitionFiles
not NULL");
548
* it fills the
g_pPartitionFiles
[nPartitionID] slot.
556
if (
g_pPartitionFiles
[nPartitionID] != NULL)
559
LogError("
g_pPartitionFiles
not NULL");
565
g_pPartitionFiles
[nPartitionID] = fopen(g_pPartitionNames[nPartitionID], "w+b");
567
if (
g_pPartitionFiles
[nPartitionID] == NULL)
579
* it fills the
g_pPartitionFiles
[nPartitionID] slot and writes the partition
589
if (
g_pPartitionFiles
[nPartitionID] != NULL
[
all
...]
Completed in 64 milliseconds