Searched refs:orig_path (Results 1 – 11 of 11) sorted by relevance
/external/libffi/testsuite/lib/ |
D | target-libpath.exp | 54 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"
|
/external/python/cpython2/Modules/_ctypes/libffi/testsuite/lib/ |
D | target-libpath.exp | 54 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"
|
/external/linux-kselftest/tools/testing/selftests/mount/ |
D | unprivileged-remount-test.c | 261 const char *orig_path = "/dev"; in test_priv_mount_unpriv_remount() local 288 orig_mnt_flags = read_mnt_flags(orig_path); in test_priv_mount_unpriv_remount() 297 ret = mount(orig_path, dest_path, "bind", MS_BIND | MS_REC, NULL); in test_priv_mount_unpriv_remount() 300 orig_path, dest_path, strerror(errno)); in test_priv_mount_unpriv_remount() 314 dest_path, orig_path); in test_priv_mount_unpriv_remount()
|
/external/python/cpython2/Lib/test/ |
D | test_hotshot.py | 117 orig_path = sys.path 127 sys.path = orig_path
|
D | test_import.py | 185 orig_path = os.path 191 self.assertIs(orig_path, new_os.path)
|
/external/tensorflow/tensorflow/contrib/session_bundle/ |
D | session_bundle_test.cc | 60 const string orig_path = test_util::TestSrcDirPath(kExportPath); in CopyExport() local 62 const string source = io::JoinPath(orig_path, kVariablesFilename); in CopyExport() 70 const string source = io::JoinPath(orig_path, kMetaGraphDefFilename); in CopyExport()
|
/external/tensorflow/tensorflow/contrib/learn/python/learn/utils/ |
D | saved_model_export_utils_test.py | 809 def _post_export_fn(orig_path, new_path): argument 810 assert orig_path.endswith("/e1") 839 def _post_export_fn(orig_path, new_path): argument 840 assert orig_path.endswith("/e1")
|
/external/python/cpython3/Lib/ |
D | site.py | 562 orig_path = sys.path[:] 564 if orig_path != sys.path:
|
/external/python/cpython3/Lib/test/ |
D | test_imp.py | 214 orig_path = os.path 221 self.assertIs(orig_path, new_os.path)
|
/external/autotest/server/site_tests/tast/ |
D | tast_unittest.py | 69 def _get_path_in_root(self, orig_path): argument 75 return os.path.join(self._root_dir, os.path.relpath(orig_path, '/'))
|
/external/python/setuptools/pkg_resources/ |
D | __init__.py | 2114 def _rebuild_mod_path(orig_path, package_name, module): argument 2139 if not isinstance(orig_path, list): 2143 orig_path.sort(key=position_in_sys_path) 2144 module.__path__[:] = [_normalize_cached(p) for p in orig_path]
|