Home
last modified time | relevance | path

Searched refs:new_exists (Results 1 – 8 of 8) sorted by relevance

/dports/devel/fossil/fossil-src-2.17/src/
H A Dundo.c50 int new_exists; in undo_one() local
59 new_exists = file_size(zFullname, RepoFILE)>=0; in undo_one()
61 if( new_exists ){ in undo_one()
77 if( new_exists ){ in undo_one()
82 if( new_exists && (new_link || old_link) ){ in undo_one()
102 new_exists, new_exe, new_link, zPathname in undo_one()
104 if( new_exists ){ in undo_one()
/dports/devel/arcanist/arcanist-b2e715f/src/__tests__/
H A DPhutilLibraryTestCase.php61 $new_exists = array_key_exists($key, $new);
64 if ($old_exists != $new_exists) {
/dports/devel/arcanist-lib/arcanist-b2e715f/src/__tests__/
H A DPhutilLibraryTestCase.php61 $new_exists = array_key_exists($key, $new);
64 if ($old_exists != $new_exists) {
/dports/sysutils/py-ansible-runner/ansible-runner-2.0.2/test/unit/config/
H A Dtest_runner.py513 def new_exists(path): function
524 with patch('os.path.exists', new=new_exists):
/dports/graphics/darktable38/darktable-3.8.0/src/libs/
H A Dmap_locations.c527 gboolean new_exists = FALSE; in _name_editing_done() local
534 new_exists = TRUE; in _name_editing_done()
536 if(!new_exists) in _name_editing_done()
/dports/graphics/darktable/darktable-3.6.1/src/libs/
H A Dmap_locations.c527 gboolean new_exists = FALSE; in _name_editing_done() local
534 new_exists = TRUE; in _name_editing_done()
536 if(!new_exists) in _name_editing_done()
/dports/mail/balsa/balsa-2.5.1/libbalsa/imap/
H A Dimap-handle.c4532 mbox_view_resize(MboxView *mv, unsigned old_exists, unsigned new_exists) in mbox_view_resize() argument
4536 if(old_exists>new_exists) { in mbox_view_resize()
4541 if(mv->arr[src]<=new_exists) in mbox_view_resize()
4552 if(new_exists>mv->allocated) { in mbox_view_resize()
4556 delta = new_exists - old_exists; in mbox_view_resize()
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/storage/innobase/fil/
H A Dfil0fil.cc11522 bool new_exists = os_file_exists(new_path.c_str()); in fil_rename_partition_file() local
11530 if (!new_exists || old_exists) { in fil_rename_partition_file()
11546 if (new_exists || !old_exists) { in fil_rename_partition_file()