Searched refs:modfile (Results 1 - 3 of 3) sorted by relevance
/third_party/toybox/toys/other/ |
H A 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()
|
/third_party/python/Lib/test/test_importlib/ |
H A D | util.py | 170 with open(modpath, 'w', encoding='utf-8') as modfile: 171 modfile.write(content)
|
/third_party/python/Lib/test/ |
H A D | test_inspect.py | 54 modfile = mod.__file__ variable 55 if modfile.endswith(('c', 'o')): 56 modfile = modfile[:-1] variable 60 modfile = normcase(modfile) variable 382 (modfile, 16, 'eggs', [' st = inspect.stack()\n'], 0)) 386 (modfile, 9, 'spam', [' eggs(b + d, c + f)\n'], 0)) 390 (modfile, 43, 'argue', [' spam(a, b, c)\n'], 0)) 394 (modfile, 3 [all...] |
Completed in 5 milliseconds