Home
last modified time | relevance | path

Searched refs:context_path (Results 1 – 1 of 1) sorted by relevance

/system/tools/sysprop/
DTypeCheckerMain.cpp107 for (auto& context_path : args.context_paths) { in main() local
109 if (!android::base::ReadFileToString(context_path, &contents)) { in main()
110 LOG(FATAL) << "Could not read properties from '" << context_path << "'"; in main()
117 LOG(ERROR) << "Could not read line from '" << context_path in main()
120 LOG(FATAL) << "Could not parse properties from '" << context_path << "'"; in main()