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

  /external/ltp/include/old/
old_module.h 41 * @mod_path: if it is not NULL, then tst_module_exists places the found
42 * module's path into the location pointed to by *mod_path. It must be freed
48 char **mod_path);
  /external/ltp/lib/
tst_module.c 32 const char *mod_name, char **mod_path)
36 if (mod_path != NULL)
37 *mod_path = strdup(mod_name);
74 if (mod_path != NULL)
75 *mod_path = buf;
83 char *mod_path = NULL; local
84 tst_module_exists(cleanup_fn, mod_name, &mod_path);
94 mod_argv[1] = mod_path;
101 free(mod_path);
  /external/ltp/testcases/lib/
test.sh 354 local mod_path="$LTPROOT/testcases/bin/$mod_name"
355 if [ -f "$mod_path" ]; then
356 TST_MODPATH="$mod_path"
361 mod_path="$TST_STARTWD/$mod_name"
362 if [ -f "$mod_path" ]; then
363 TST_MODPATH="$mod_path"
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_zipimport.py 226 mod_path = packdir2 + TESTMOD
227 mod_name = module_path_to_dotted_name(mod_path)
231 self.assertEqual(zi.get_source(mod_path), None)
232 self.assertEqual(zi.get_filename(mod_path), mod.__file__)
270 mod_path = TESTPACK2 + os.sep + TESTMOD
271 mod_name = module_path_to_dotted_name(mod_path)
275 self.assertEqual(zi.get_source(mod_path), None)
276 self.assertEqual(zi.get_filename(mod_path), mod.__file__)
test_xpickle.py 25 mod_path = os.path.abspath(os.path.join(os.path.dirname(__file__), variable
28 exec compile(open(mod_path).read(), mod_path, 'exec') in pickletester.__dict__
  /external/python/cpython2/Lib/test/
test_zipimport.py 226 mod_path = packdir2 + TESTMOD
227 mod_name = module_path_to_dotted_name(mod_path)
231 self.assertEqual(zi.get_source(mod_path), None)
232 self.assertEqual(zi.get_filename(mod_path), mod.__file__)
270 mod_path = TESTPACK2 + os.sep + TESTMOD
271 mod_name = module_path_to_dotted_name(mod_path)
275 self.assertEqual(zi.get_source(mod_path), None)
276 self.assertEqual(zi.get_filename(mod_path), mod.__file__)
test_xpickle.py 25 mod_path = os.path.abspath(os.path.join(os.path.dirname(__file__), variable
28 exec compile(open(mod_path).read(), mod_path, 'exec') in pickletester.__dict__
  /external/libcxx/utils/libcxx/test/
target_info.py 287 mod_path, _, info = info_str.rpartition('.')
288 mod = importlib.import_module(mod_path)
  /external/python/cpython3/Lib/test/
test_zipimport.py 453 mod_path = packdir2 + TESTMOD
454 mod_name = module_path_to_dotted_name(mod_path)
458 self.assertEqual(zi.get_source(mod_path), None)
459 self.assertEqual(zi.get_filename(mod_path), mod.__file__)
511 mod_path = TESTPACK2 + os.sep + TESTMOD
512 mod_name = module_path_to_dotted_name(mod_path)
516 self.assertEqual(zi.get_source(mod_path), None)
517 self.assertEqual(zi.get_filename(mod_path), mod.__file__)

Completed in 2097 milliseconds