HomeSort by relevance Sort by last modified time
    Searched refs:orig_path (Results 1 - 15 of 15) sorted by null

  /external/linux-kselftest/tools/testing/selftests/mount/
unprivileged-remount-test.c 260 const char *orig_path = "/dev"; local
287 orig_mnt_flags = read_mnt_flags(orig_path);
296 ret = mount(orig_path, dest_path, "bind", MS_BIND | MS_REC, NULL);
299 orig_path, dest_path, strerror(errno));
313 dest_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"
  /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 190 orig_path = path
196 raise ValueError('Could not locate .repo in %s' % orig_path)

Completed in 754 milliseconds