Lines Matching refs:exists
74 if (oObj.exists(copiedFile)) in _copy()
78 tRes.tested("copy()",oObj.exists(copiedFile)); in _copy()
104 if (oObj.exists(copiedFile)) in _move()
111 tRes.tested("move()",oObj.exists(copiedFile)); in _move()
136 if (oObj.exists(copiedFile)) in _kill()
141 tRes.tested("kill()",!oObj.exists(copiedFile)); in _kill()
193 if (oObj.exists(readonlyCopy)) in _isReadOnly()
239 if (oObj.exists(readonlyCopy)) in _setReadOnly()
269 if (oObj.exists(newFolder)) in _createFolder()
417 oObj.exists(filename) && !oObj.exists(wrongname)); in _exists()
462 if (oObj.exists(copiedFile)) in _openFileWrite()
492 if (oObj.exists(copiedFile)) in _openFileReadWrite()