Home
last modified time | relevance | path

Searched refs:restore_path (Results 1 – 25 of 67) sorted by last modified time

123

/dports/security/clamtk/clamtk-1f026f0/lib/
H A DQuarantine.pm264 my $restore_path = ClamTk::App->get_path( 'restore' );
266 open( my $F, '<', $restore_path ) or do {
297 my $restore_path = ClamTk::App->get_path( 'restore' );
298 open( my $F, '<:encoding(UTF-8)', $restore_path ) or do {
322 open( $F, '>:encoding(UTF-8)', $restore_path ) or do {
346 my $restore_path = ClamTk::App->get_path( 'restore' );
348 open( my $F, '<', $restore_path ) or do {
369 open( $F, '>', $restore_path ) or do {
/dports/lang/python310/Python-3.10.1/Lib/unittest/test/
H A Dtest_discovery.py380 def restore_path(): function
382 self.addCleanup(restore_path)
/dports/lang/python38/Python-3.8.12/Lib/unittest/test/
H A Dtest_discovery.py379 def restore_path(): function
381 self.addCleanup(restore_path)
/dports/lang/python37/Python-3.7.12/Lib/unittest/test/
H A Dtest_discovery.py379 def restore_path(): function
381 self.addCleanup(restore_path)
/dports/lang/python39/Python-3.9.9/Lib/unittest/test/
H A Dtest_discovery.py379 def restore_path(): function
381 self.addCleanup(restore_path)
/dports/lang/python311/Python-3.11.0a3/Lib/unittest/test/
H A Dtest_discovery.py380 def restore_path(): function
382 self.addCleanup(restore_path)
/dports/games/libretro-uae/libretro-uae-8333daa/sources/src/
H A Ddisk.c3927 s = restore_path (SAVESTATE_PATH_FLOPPY); in restore_disk()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/lldb/third_party/Python/module/unittest2/unittest2/test/
H A Dtest_discovery.py158 def restore_path(): function
160 self.addCleanup(restore_path)
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/unittests/Support/
H A DPath.cpp1994 } restore_path(path); in TEST_F() local
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/lldb/third_party/Python/module/unittest2/unittest2/test/
H A Dtest_discovery.py158 def restore_path(): function
160 self.addCleanup(restore_path)
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/unittests/Support/
H A DPath.cpp1994 } restore_path(path); in TEST_F() local
/dports/devel/llvm13/llvm-project-13.0.1.src/lldb/third_party/Python/module/unittest2/unittest2/test/
H A Dtest_discovery.py158 def restore_path(): function
160 self.addCleanup(restore_path)
/dports/graphics/llvm-mesa/llvm-13.0.1.src/unittests/Support/
H A DPath.cpp1994 } restore_path(path); in TEST_F() local
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/unittests/Support/
H A DPath.cpp1994 } restore_path(path); in TEST_F() local
/dports/devel/py-astroid/astroid-2.9.0/astroid/nodes/
H A Dscoped_nodes.py2558 with context.restore_path():
/dports/devel/py-astroid/astroid-2.9.0/astroid/
H A Dcontext.py152 def restore_path(self): member in InferenceContext
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/unittests/Support/
H A DPath.cpp1994 } restore_path(path); in TEST_F() local
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/lldb/third_party/Python/module/unittest2/unittest2/test/
H A Dtest_discovery.py158 def restore_path(): function
160 self.addCleanup(restore_path)
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/unittests/Support/
H A DPath.cpp1994 } restore_path(path); in TEST_F() local
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/lldb/third_party/Python/module/unittest2/unittest2/test/
H A Dtest_discovery.py158 def restore_path(): function
160 self.addCleanup(restore_path)
/dports/emulators/fs-uae/fs-uae-3.1.35/src/
H A Dfilesys.cpp9248 rootdir = restore_path (SAVESTATE_PATH_VDIR); in restore_filesys()
9250 rootdir = restore_path (SAVESTATE_PATH_VDIR); in restore_filesys()
9255 rootdir = restore_path (SAVESTATE_PATH_HDF); in restore_filesys()
9257 rootdir = restore_path (SAVESTATE_PATH_HD); in restore_filesys()
9259 rootdir = restore_path (SAVESTATE_PATH); in restore_filesys()
9263 filesysdir = restore_path (SAVESTATE_PATH); in restore_filesys()
H A Dblkdev.cpp2238 s = restore_path (SAVESTATE_PATH_CD); in restore_cd()
H A Ddisk.cpp4576 s = restore_path (SAVESTATE_PATH_FLOPPY); in restore_disk()
/dports/emulators/fs-uae/fs-uae-3.1.35/src/include/
H A Dsavestate.h69 #define restore_path(p) restore_path_func (&src, p) macro
/dports/sysutils/burp-devel/burp-2.5.4/src/server/
H A Drun_action.c89 const char *restore_path=get_string(cconfs[OPT_RESTORE_PATH]); in client_can_restore() local
92 if(restore_path && is_reg_lstat(restore_path)==1) in client_can_restore()
95 unlink(restore_path); in client_can_restore()

123