HomeSort by relevance Sort by last modified time
    Searched full:unlink (Results 876 - 900 of 1652) sorted by null

<<31323334353637383940>>

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-dynload/
_ctypes.so 
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_asyncore.py 13 from test.test_support import TESTFN, run_unittest, unlink namespace
406 unlink(TESTFN)
test_exceptions.py 8 from test.test_support import (TESTFN, unlink, run_unittest, captured_output, namespace
56 unlink(TESTFN)
test_mailbox.py 45 test_support.unlink(target)
    [all...]
  /prebuilts/sdk/tools/linux/bin/
aidl 
  /system/extras/perfprofd/
perfprofdcore.cc 769 if (unlink(data_file_path.c_str())) { // then try to remove
770 W_ALOGW("unable to unlink previous perf.data file");
  /system/extras/perfprofd/tests/
perfprofd_test.cc 164 unlink(semaphore.c_str());
187 unlink(processed.c_str());
  /external/ppp/pppd/
sys-solaris.c 795 * unlink and re-link the modules, causing the muxid to change.
818 * unlink and re-link the modules, causing the muxid to change.
994 error("Can't unlink tty from PPP mux: %m");
    [all...]
  /libcore/luni/src/main/java/java/util/concurrent/
LinkedTransferQueue.java 319 * described above, we also unlink removed interior nodes. These
330 * appended. (2) We cannot necessarily unlink s given a
349 * entire list to find an actual predecessor to unlink (which
    [all...]
  /external/openssh/
ssh-keygen.c 1182 unlink(tmp);
1203 unlink(tmp);
1209 unlink(tmp);
1212 if (unlink(old) == -1 && errno != ENOENT)
1213 fatal("unlink %.100s: %s", old, strerror(errno));
1221 unlink(tmp);
1222 unlink(old);
    [all...]
sftp-server.c 1106 r = unlink(name);
1220 } else if (unlink(oldpath) == -1) {
1223 unlink(newpath);
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_mailbox.py 45 test_support.unlink(target)
    [all...]
  /external/libvncserver/webclients/java-applet/ssl/
ss_vncviewer 988 unlink($0) if $rm;
    [all...]
  /external/libvncserver/x11vnc/misc/enhanced_tightvnc_viewer/bin/util/
ss_vncviewer 985 unlink($0) if $rm;
    [all...]
  /external/e2fsprogs/misc/
e4defrag.c     [all...]
  /external/libvncserver/x11vnc/
v4l.c 1200 unlink(tmp);
1206 unlink(tmp);
1262 unlink(tmp);
    [all...]
  /external/llvm/utils/TableGen/
DAGISelMatcher.h 152 /// unlinkNode - Unlink the specified node from this chain. If Other == this,
153 /// we unlink the next pointer and return it. Otherwise we unlink Other from
    [all...]
  /external/mksh/src/
check.pl 374 unlink($tempi, $tempo, $tempe, $temps);
740 if (!unlink($file)) {
741 print STDERR "$prog: couldn't unlink $file - $!\n";
    [all...]
histrap.c 791 unlink(nhname);
808 if (!unlink(hname) && hs != hist_init_retry) {
814 "unlink HISTFILE", hname, cstrerror(errno));
    [all...]
  /external/tinyxml2/
tinyxml2.cpp 556 parent->Unlink( this );
574 Unlink( node );
582 void XMLNode::Unlink( XMLNode* child )
    [all...]
  /external/wpa_supplicant_8/src/wps/
wps_upnp.c 282 * (be sure to unlink first if need be)
294 /* subscr_addr_free_all -- unlink and delete list of subscriber addresses. */
537 * Be sure to unlink first if necessary.
    [all...]
  /frameworks/base/core/jni/
android_util_Binder.cpp 448 "unlinkToDeath to unlink all of its death recipients beforehand. "
    [all...]
  /art/runtime/
dex_file_test.cc 386 ASSERT_EQ(0, unlink(dex_location_sym.c_str()));
  /bionic/libc/
libc.map 1227 unlink;
  /build/tools/releasetools/
build_image.py 147 os.unlink(unsparse_image_path)

Completed in 554 milliseconds

<<31323334353637383940>>