Home
last modified time | relevance | path

Searched defs:FileAccessFields (Results 1 – 1 of 1) sorted by relevance

/dports/net/megacmd/MEGAcmd-1.4.1_Win/sdk/tests/integration/
H A DSdkTest_test.cpp2424 struct FileAccessFields in TEST_F() struct
2426 m_off_t size = -2; in TEST_F()
2427 m_time_t mtime = 2; in TEST_F()
2428 handle fsid = 3; in TEST_F()
2429 bool fsidvalid = false; in TEST_F()
2430 nodetype_t type = (nodetype_t)-9; in TEST_F()
2431 bool mIsSymLink = false; in TEST_F()
2432 bool retry = false; in TEST_F()
2433 int errorcode = -998; in TEST_F()
2437 FileAccessFields(const FileAccess& f) in TEST_F() function
[all …]