/external/linux-kselftest/tools/testing/selftests/mount/ |
unprivileged-remount-test.c | 261 const char *orig_path = "/dev"; local 288 orig_mnt_flags = read_mnt_flags(orig_path); 297 ret = mount(orig_path, dest_path, "bind", MS_BIND | MS_REC, NULL); 300 orig_path, dest_path, strerror(errno)); 314 dest_path, orig_path);
|
/external/libffi/testsuite/lib/ |
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/ |
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/cpython3/Modules/_ctypes/libffi/testsuite/lib/ |
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/autotest/server/site_tests/provision_CheetsUpdate/lib/ |
util.py | 82 orig_path = path 87 raise ValueError('Could not locate .repo in %s' % orig_path)
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
test_hotshot.py | 117 orig_path = sys.path
127 sys.path = orig_path
|
test_import.py | 129 orig_path = os.path
135 self.assertIs(orig_path, new_os.path)
|
/external/python/cpython2/Lib/test/ |
test_hotshot.py | 117 orig_path = sys.path 127 sys.path = orig_path
|
test_import.py | 185 orig_path = os.path 191 self.assertIs(orig_path, new_os.path)
|
/prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
test_hotshot.py | 117 orig_path = sys.path 127 sys.path = orig_path
|
test_import.py | 185 orig_path = os.path 191 self.assertIs(orig_path, new_os.path)
|
/prebuilts/gdb/linux-x86/lib/python2.7/test/ |
test_hotshot.py | 117 orig_path = sys.path 127 sys.path = orig_path
|
test_import.py | 185 orig_path = os.path 191 self.assertIs(orig_path, new_os.path)
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_hotshot.py | 117 orig_path = sys.path 127 sys.path = orig_path
|
test_import.py | 185 orig_path = os.path 191 self.assertIs(orig_path, new_os.path)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_hotshot.py | 117 orig_path = sys.path 127 sys.path = orig_path
|
test_import.py | 185 orig_path = os.path 191 self.assertIs(orig_path, new_os.path)
|
/tools/repohooks/rh/ |
git.py | 191 orig_path = path 197 raise ValueError('Could not locate .repo in %s' % orig_path)
|
/external/tensorflow/tensorflow/contrib/session_bundle/ |
session_bundle_test.cc | 59 const string orig_path = test_util::TestSrcDirPath(kExportPath); local 61 const string source = io::JoinPath(orig_path, kVariablesFilename); 69 const string source = io::JoinPath(orig_path, kMetaGraphDefFilename);
|
/external/python/cpython3/Lib/test/ |
test_imp.py | 216 orig_path = os.path 223 self.assertIs(orig_path, new_os.path)
|
/external/tensorflow/tensorflow/contrib/learn/python/learn/utils/ |
saved_model_export_utils_test.py | [all...] |