HomeSort by relevance Sort by last modified time
    Searched refs:modfile (Results 1 - 7 of 7) sorted by null

  /external/toybox/toys/other/
lsmod.c 20 char *modfile = "/proc/modules"; local
21 FILE * file = xfopen(modfile, "r");
33 } else perror_exit("bad %s", modfile);
  /external/selinux/policycoreutils/semodule_package/
semodule_unpackage.c 19 printf("usage: %s ppfile modfile [fcfile]\n", progname);
47 char *ppfile, *modfile, *fcfile = NULL, *fcdata; local
57 modfile = argv[2];
75 if (file_to_policy_file(modfile, &out, "w"))
79 fprintf(stderr, "%s: Error while writing module to %s\n", progname, modfile);
  /external/chromium-trace/catapult/third_party/coverage/coverage/
backward.py 154 def import_local_file(modname, modfile=None):
158 as `modname`, and returns the module object. `modfile` is the file to
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)
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_inspect.py 32 modfile = mod.__file__ variable
33 if modfile.endswith(('c', 'o')):
34 modfile = modfile[:-1] variable
162 (modfile, 16, 'eggs', [' st = inspect.stack()\n'], 0))
164 (modfile, 9, 'spam', [' eggs(b + d, c + f)\n'], 0))
166 (modfile, 43, 'argue', [' spam(a, b, c)\n'], 0))
168 (modfile, 39, 'abuse', [' self.argue(a, b, c)\n'], 0))
172 self.assertEqual(git.tr[0][1:], (modfile, 43, 'argue',
174 self.assertEqual(git.tr[1][1:], (modfile, 9, 'spam'
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_inspect.py 32 modfile = mod.__file__ variable
33 if modfile.endswith(('c', 'o')):
34 modfile = modfile[:-1] variable
162 (modfile, 16, 'eggs', [' st = inspect.stack()\n'], 0))
164 (modfile, 9, 'spam', [' eggs(b + d, c + f)\n'], 0))
166 (modfile, 43, 'argue', [' spam(a, b, c)\n'], 0))
168 (modfile, 39, 'abuse', [' self.argue(a, b, c)\n'], 0))
172 self.assertEqual(git.tr[0][1:], (modfile, 43, 'argue',
174 self.assertEqual(git.tr[1][1:], (modfile, 9, 'spam'
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_inspect.py 32 modfile = mod.__file__ variable
33 if modfile.endswith(('c', 'o')):
34 modfile = modfile[:-1] variable
162 (modfile, 16, 'eggs', [' st = inspect.stack()\n'], 0))
164 (modfile, 9, 'spam', [' eggs(b + d, c + f)\n'], 0))
166 (modfile, 43, 'argue', [' spam(a, b, c)\n'], 0))
168 (modfile, 39, 'abuse', [' self.argue(a, b, c)\n'], 0))
172 self.assertEqual(git.tr[0][1:], (modfile, 43, 'argue',
174 self.assertEqual(git.tr[1][1:], (modfile, 9, 'spam'
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_inspect.py 32 modfile = mod.__file__ variable
33 if modfile.endswith(('c', 'o')):
34 modfile = modfile[:-1] variable
162 (modfile, 16, 'eggs', [' st = inspect.stack()\n'], 0))
164 (modfile, 9, 'spam', [' eggs(b + d, c + f)\n'], 0))
166 (modfile, 43, 'argue', [' spam(a, b, c)\n'], 0))
168 (modfile, 39, 'abuse', [' self.argue(a, b, c)\n'], 0))
172 self.assertEqual(git.tr[0][1:], (modfile, 43, 'argue',
174 self.assertEqual(git.tr[1][1:], (modfile, 9, 'spam'
    [all...]

Completed in 3444 milliseconds