Searched defs:import (Results 1 - 2 of 2) sorted by relevance

/system/core/init/
H A Dinit_parser.c43 struct import { struct
294 struct import *import; local
299 ERROR("single argument needed for import\n");
305 ERROR("error while handling import on line '%d' in '%s'\n",
310 import = calloc(1, sizeof(struct import));
311 import->filename = strdup(conf_file);
312 list_add_tail(import_list, &import->list);
313 INFO("found import '
389 struct import *import = node_to_item(node, struct import, list); local
[all...]
/system/security/keystore/
H A Dkeystore.cpp656 ALOGE("Keymaster doesn't support import!");
804 * converts it to a DER-encoded PKCS#8 for import into a keymaster.
1094 static ResponseCode import(KeyStore* keyStore, int, uid_t uid, Value* keyName, Value* key, function
1351 {import, CommandCodes[IMPORT], STATE_NO_ERROR, P_INSERT, {KEY_SIZE, VALUE_SIZE, 0}},

Completed in 1773 milliseconds