Home
last modified time | relevance | path

Searched refs:modfile (Results 1 - 3 of 3) sorted by relevance

/third_party/toybox/toys/other/
H A Dlsmod.c20 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 Dutil.py170 with open(modpath, 'w', encoding='utf-8') as modfile:
171 modfile.write(content)
/third_party/python/Lib/test/
H A Dtest_inspect.py54 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