Searched
full:unlink (Results
776 -
800 of
1652) sorted by null
<<31323334353637383940>>
/external/dhcpcd/ |
dhcpcd.c | 209 unlink(pidfile); 436 unlink(iface->leasefile); 533 unlink(iface->leasefile); 764 unlink(iface->leasefile); 1274 unlink(iface->leasefile); [all...] |
arp.c | 93 unlink(iface->leasefile);
|
/external/llvm/include/llvm/CodeGen/ |
MachineInstr.h | 702 /// Unlink 'this' from the containing basic block, and return it without 709 /// Unlink this instruction from its basic block and return it without 716 /// Unlink 'this' from the containing basic block and delete it. 723 /// Unlink 'this' from the containing basic block and delete it. 729 /// Unlink 'this' form its basic block and delete it. [all...] |
/bootable/recovery/applypatch/ |
applypatch.c | 902 unlink(source_filename); [all...] |
/external/clang/tools/scan-build/ |
ccc-analyzer | 93 unlink($ResultFile); 96 unlink($CleanupFile); 342 unlink($ofile);
|
/external/llvm/lib/IR/ |
Value.cpp | 714 // Unlink this from its use list. 769 // Weak just goes to null, which will unlink it from the list. 828 // Weak goes to the new value, which will unlink it from Old's list.
|
/external/llvm/lib/Transforms/Scalar/ |
StraightLineStrengthReduce.cpp | 590 // nullptr (i.e. unlink it) so that we can skip the candidates whose 641 // Unlink C.Ins so that we can skip other candidates also corresponding to 672 // Delete all unlink instructions.
|
/external/openssh/ |
misc.c | 1084 if (unlink(path) != 0 && errno != ENOENT) 1085 error("unlink(%s): %.100s", path, strerror(errno)); 1099 unlink(path);
|
/external/valgrind/perf/ |
vg_perf.in | 258 unlink("perf.cmd"); 259 unlink("perf.stderr"); 260 unlink("perf.stdout");
|
/frameworks/av/media/mtp/ |
MtpServer.cpp | [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_sax.py | 478 self.addCleanup(support.unlink, fname) 632 self.addCleanup(support.unlink, fname) 720 self.addCleanup(support.unlink, fname)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_sax.py | 478 self.addCleanup(support.unlink, fname) 632 self.addCleanup(support.unlink, fname) 720 self.addCleanup(support.unlink, fname)
|
/bionic/libc/include/ |
unistd.h | 127 extern int unlink(const char*);
|
/bionic/tests/ |
system_properties_test.cpp | 63 unlink(pa_filename.c_str());
|
/cts/tools/utils/cts/ |
tools.py | 107 doc.unlink()
|
/development/build/tools/ |
mk_sources_zip.py | 242 os.unlink("_temp.zip");
|
/docs/source.android.com/src/devices/tech/security/selinux/ |
customize.jd | 196 unlink link rename execute swapon quotaon mounton</pre>
|
/external/antlr/antlr-3.4/runtime/Python/ |
ez_setup.py | 161 os.unlink(egg)
|
/external/chromium-trace/trace-viewer/third_party/Paste/paste/ |
session.py | 227 os.unlink(filename)
|
/external/compiler-rt/lib/sanitizer_common/ |
sanitizer_mac.cc | 114 return unlink(path);
|
/external/deqp/framework/delibs/deutil/ |
deFile.c | 49 return unlink(filename) == 0;
|
/external/dnsmasq/src/ |
dbus.c | 245 /* unlink and free anything still marked. */
|
/external/e2fsprogs/e2fsck/ |
dirinfo.c | 301 unlink(ctx->dir_info->tdb_fn);
|
/external/e2fsprogs/lib/ext2fs/ |
ismounted.c | 206 (void) unlink(TEST_FILE);
|
/external/elfutils/src/tests/ |
asm-tst9.c | 330 unlink (fname);
|
Completed in 650 milliseconds
<<31323334353637383940>>