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

  /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);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
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_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__

Completed in 1421 milliseconds