Searched refs:path_entry (Results 1 – 7 of 7) sorted by relevance
68 wchar_t *path_entry; in main() local101 path_entry = Py_DecodeLocale(internal_path.c_str(), NULL); in main()102 if (path_entry == NULL) { in main()107 status = PyWideStringList_Append(&config.module_search_paths, path_entry); in main()112 path_entry = Py_DecodeLocale(stdlib_path.c_str(), NULL); in main()113 if (path_entry == NULL) { in main()118 status = PyWideStringList_Append(&config.module_search_paths, path_entry); in main()
212 struct path_entry { struct220 struct path_entry *name; argument
203 struct path_entry { struct211 struct path_entry *name; argument4607 sizeof(struct path_entry)); in add_path()
1324 sizeof(struct path_entry)); in add_path()
413 path_entry = os.path.join(path, filename)415 if os.path.isfile(path_entry):418 elif os.path.isdir(path_entry):
74 path_entry = 'bogus_path'76 path=[path_entry]):80 self.assertIsNone(sys.path_importer_cache[path_entry])
1406 def namespace_handler(importer, path_entry, moduleName, module):1407 # return a path_entry to use for child packages