Searched refs:modfile (Results 1 – 3 of 3) sorted by relevance
/external/chromium-trace/catapult/third_party/coverage/coverage/ |
D | backward.py | 154 def import_local_file(modname, modfile=None): argument 167 if modfile is None: 168 modfile = modname + '.py' 170 mod = SourceFileLoader(modname, modfile).load_module() 176 with open(modfile, 'r') as f: 178 mod = imp.load_module(modname, f, modfile, suff)
|
/external/selinux/policycoreutils/semodule_package/ |
D | semodule_unpackage.c | 47 char *ppfile, *modfile, *fcfile = NULL, *fcdata; in main() local 57 modfile = argv[2]; in main() 75 if (file_to_policy_file(modfile, &out, "w")) in main() 79 fprintf(stderr, "%s: Error while writing module to %s\n", progname, modfile); in main()
|
/external/toybox/toys/other/ |
D | lsmod.c | 20 char *modfile = "/proc/modules"; in lsmod_main() local 21 FILE * file = xfopen(modfile, "r"); in lsmod_main() 33 } else perror_exit("bad %s", modfile); in lsmod_main()
|