Searched refs:path_entry (Results 1 – 6 of 6) sorted by relevance
188 path_entry = os.path.join(path, filename)190 if os.path.isfile(path_entry):193 elif os.path.isdir(path_entry):
212 struct path_entry { struct220 struct path_entry *name; argument
202 struct path_entry { struct210 struct path_entry *name; argument4606 sizeof(struct path_entry)); in add_path()
1324 sizeof(struct path_entry)); in add_path()
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