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

/system/core/init/
H A Dimport_parser.cpp29 *err = "single argument needed for import\n";
36 *err = "error while expanding import";
40 LOG(INFO) << "Added '" << conf_file << "' to import list";
49 for (const auto& [import, line_num] : current_imports) {
50 if (!parser_->ParseConfig(import)) {
51 PLOG(ERROR) << filename_ << ": " << line_num << ": Could not import file '" << import local
/system/tools/hidl/
H A DAST.cpp85 bool AST::addImport(const char *import) { argument
86 FQName fqName(import);
94 // import a package
123 // assume it is an interface, and try to import it.
132 // import a single file.
140 // import a single type from this file
298 // in import.
/system/security/keystore/
H A Dkey_store_service.cpp436 KeyStoreServiceReturnCode KeyStoreService::import(const String16& name, function in class:KeyStoreService
927 ALOGE("Failed to import key -> falling back to software keymaster");

Completed in 418 milliseconds