Searched refs:delete (Results 251 - 275 of 1450) sorted by relevance

<<11121314151617181920>>

/external/mockftpserver/tags/2.0.1/src/main/java/org/mockftpserver/fake/filesystem/
H A DFileSystem.java61 * @param path - the path of the file or directory to delete
65 public boolean delete(String path); method in interface:FileSystem
/external/mockftpserver/tags/2.0.2/src/main/java/org/mockftpserver/fake/command/
H A DRmdCommandHandler.java29 * <li>Otherwise, delete the named directory and reply with 250</li>
50 getFileSystem().delete(path);
/external/mockftpserver/tags/2.0.2/src/main/java/org/mockftpserver/fake/filesystem/
H A DFileSystem.java61 * @param path - the path of the file or directory to delete
65 public boolean delete(String path); method in interface:FileSystem
/external/mockftpserver/tags/2.1/src/main/java/org/mockftpserver/fake/command/
H A DRmdCommandHandler.java29 * <li>Otherwise, delete the named directory and reply with 250</li>
50 getFileSystem().delete(path);
/external/mockftpserver/tags/2.1/src/main/java/org/mockftpserver/fake/filesystem/
H A DFileSystem.java61 * @param path - the path of the file or directory to delete
65 public boolean delete(String path); method in interface:FileSystem
/external/mockftpserver/tags/2.2/src/main/java/org/mockftpserver/fake/command/
H A DRmdCommandHandler.java29 * <li>Otherwise, delete the named directory and reply with 250</li>
50 getFileSystem().delete(path);
/external/mockftpserver/tags/2.2/src/main/java/org/mockftpserver/fake/filesystem/
H A DFileSystem.java61 * @param path - the path of the file or directory to delete
65 public boolean delete(String path); method in interface:FileSystem
/external/mockftpserver/tags/2.3/src/main/java/org/mockftpserver/fake/command/
H A DRmdCommandHandler.java29 * <li>Otherwise, delete the named directory and reply with 250</li>
50 getFileSystem().delete(path);
/external/mockftpserver/tags/2.3/src/main/java/org/mockftpserver/fake/filesystem/
H A DFileSystem.java61 * @param path - the path of the file or directory to delete
65 public boolean delete(String path); method in interface:FileSystem
/external/mockftpserver/tags/2.4/src/main/java/org/mockftpserver/fake/command/
H A DRmdCommandHandler.java29 * <li>Otherwise, delete the named directory and reply with 250</li>
50 getFileSystem().delete(path);
/external/mockftpserver/tags/2.4/src/main/java/org/mockftpserver/fake/filesystem/
H A DFileSystem.java61 * @param path - the path of the file or directory to delete
65 public boolean delete(String path); method in interface:FileSystem
/external/mockftpserver/tags/2.5/src/main/java/org/mockftpserver/fake/command/
H A DRmdCommandHandler.java29 * <li>Otherwise, delete the named directory and reply with 250</li>
50 getFileSystem().delete(path);
/external/mockftpserver/tags/2.5/src/main/java/org/mockftpserver/fake/filesystem/
H A DFileSystem.java61 * @param path - the path of the file or directory to delete
65 public boolean delete(String path); method in interface:FileSystem
/external/pcre/dist2/
H A Dar-lib153 delete=
164 d*) delete=yes ;;
181 case $delete$extract$list$quick$replace,$index in
192 if test -n "$delete"; then
/external/pdfium/core/fpdfapi/page/
H A Dcpdf_countedobject.h29 delete pObj;
/external/protobuf/src/google/protobuf/stubs/
H A Dsingleton.h48 delete instance_;
/external/skia/src/core/
H A DSkGlyphCache_Globals.h40 delete cache;
/external/sl4a/Utils/src/com/googlecode/android_scripting/
H A DFileUtils.java67 public static boolean delete(File path) { method in class:FileUtils
72 result &= delete(child);
74 result &= path.delete(); // Delete empty directory.
77 result &= path.delete();
/external/v8/src/
H A Dsplay-tree.h46 INLINE(void operator delete(void* p)) {
50 INLINE(void operator delete(void* p, AllocationPolicy policy)) {
111 INLINE(void operator delete(void* p)) {
116 INLINE(void operator delete(void* p, AllocationPolicy allocator)) {
/external/webrtc/webrtc/base/
H A Dscopedptrcollection.h34 delete *it;
/external/webrtc/webrtc/modules/audio_conference_mixer/source/
H A Dmemory_pool_win.h131 delete item->payload;
137 delete item->payload;
167 delete item->payload;
190 delete returnValue;
/external/webrtc/webrtc/modules/desktop_capture/x11/
H A Dshared_x_display.h54 delete this;
/external/webrtc/webrtc/test/
H A Dfake_texture_frame.h36 delete reinterpret_cast<FakeNativeHandle*>(native_handle_);
/external/webrtc/webrtc/video/
H A Dpayload_router.h67 void Release() { if (--ref_count_ == 0) { delete this; } }
/external/clang/include/clang/AST/
H A DCommentParser.h31 Parser(const Parser &) = delete;
32 void operator=(const Parser &) = delete;

Completed in 659 milliseconds

<<11121314151617181920>>