Home
last modified time | relevance | path

Searched refs:orig_path (Results 1 – 5 of 5) sorted by relevance

/third_party/libffi/testsuite/lib/
Dtarget-libpath.exp54 global orig_path
106 set orig_path "$env(PATH)"
180 setenv PATH "$ld_library_path:$orig_path"
212 global orig_path
259 setenv PATH "$orig_path"
/third_party/python/Lib/
Dsite.py593 orig_path = sys.path[:]
595 if orig_path != sys.path:
/third_party/python/Lib/test/
Dtest_imp.py216 orig_path = os.path
223 self.assertIs(orig_path, new_os.path)
/third_party/nghttp2/src/
Dshrpx_downstream.h204 StringRef orig_path; member
Dshrpx_client_handler.cc1057 path = req.orig_path; in get_downstream_connection()
1081 req.orig_path = path; in get_downstream_connection()