Searched refs:testCurrentFolderFile (Results 1 – 4 of 4) sorted by relevance
/dports/net/syncthing/syncthing-1.18.1/syncthing/lib/model/ |
H A D | model_test.go | 2598 if f, ok := m.testCurrentFolderFile("default", path); !ok { 2659 dir, ok := m.testCurrentFolderFile(fcfg.ID, "dirwith") 2666 file, ok := m.testCurrentFolderFile(fcfg.ID, content) 2678 dir, ok := m.testCurrentFolderFile(fcfg.ID, "dirwith") 2682 file, ok := m.testCurrentFolderFile(fcfg.ID, content) 2738 dir, ok := m.testCurrentFolderFile("default", "delDir") 3056 file, ok := m.testCurrentFolderFile("default", "foo") 3243 fi, ok := m.testCurrentFolderFile("default", name) 3258 fi, _ = m.testCurrentFolderFile("default", name) 3272 fi, _ = m.testCurrentFolderFile("default", name) [all …]
|
H A D | folder_recvonly_test.go | 441 fi, ok := m.testCurrentFolderFile(f.ID, name) 462 if file, _ := m.testCurrentFolderFile(f.ID, name); file.Deleted {
|
H A D | folder_sendrecv_test.go | 1255 cur, ok := m.testCurrentFolderFile(f.ID, name) 1297 file, ok := m.testCurrentFolderFile(f.ID, name) 1310 if file, ok := m.testCurrentFolderFile(f.ID, name); !ok {
|
H A D | testutils_test.go | 190 func (m *testModel) testCurrentFolderFile(folder string, file string) (protocol.FileInfo, bool) { func
|