/external/libvncserver/x11vnc/misc/ |
rx11vnc.pl | 177 unlink($tmp); 180 unlink($tmp);
|
/external/selinux/libsepol/tests/policies/test-expander/ |
small-base.conf | 76 unlink 412 mlsconstrain file { write setattr append unlink link rename ioctl lock execute relabelfrom }
|
/external/selinux/libsepol/tests/policies/test-linker/ |
small-base.conf | 76 unlink 412 mlsconstrain file { write setattr append unlink link rename ioctl lock execute relabelfrom }
|
/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/ |
ContextMap.java | 100 * Unlink death recipient 108 Log.e(TAG, "Unable to unlink deathRecipient for app id " + id);
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_imageop.py | 8 from test.test_support import verbose, unlink, import_module, run_unittest namespace 177 unlink('test'+os.extsep+'rgb')
|
test_pipes.py | 5 from test.test_support import TESTFN, run_unittest, unlink, reap_children namespace 18 unlink(f)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_imageop.py | 8 from test.test_support import verbose, unlink, import_module, run_unittest namespace 177 unlink('test'+os.extsep+'rgb')
|
test_pipes.py | 5 from test.test_support import TESTFN, run_unittest, unlink, reap_children namespace 18 unlink(f)
|
/prebuilts/sdk/tools/linux/bin/ |
acp | |
/system/core/tzdatacheck/ |
tzdatacheck.cpp | 88 if (unlink(fpath)) { 89 PLOG(WARNING) << "Failed to unlink file/symlink " << fpath;
|
/external/libvncserver/x11vnc/ |
sslcmds.c | 354 unlink(ssl_verify); 359 unlink(stunnel_pem); 605 unlink(scr); 641 unlink(scr); 759 unlink(tmp); 872 unlink(tmp);
|
sslhelper.c | 426 unlink(cnf); 465 unlink(pathin); 466 unlink(pathcrt); 512 unlink(pem); 598 unlink(tfile); 613 unlink(tfile); 629 unlink(tfile); 640 unlink(tfile); 648 unlink(tfile); 1145 unlink(openssl_pem) [all...] |
/external/zlib/src/examples/ |
gun.c | 65 #include <unistd.h> /* read(), write(), close(), chown(), unlink() */ 592 unlink(inname); 599 if (outfile > 2) unlink(outname); 603 if (outfile > 2) unlink(outname); 607 if (outfile > 2) unlink(outname); 622 if (outfile > 2) unlink(outname);
|
/external/valgrind/coregrind/m_gdbserver/ |
remote-utils.c | 389 * Unlink just in case a previous process with the same PID had been 392 VG_(unlink)(from_gdb); 393 VG_(unlink)(to_gdb); 394 VG_(unlink)(shared_mem); 519 if (pid == pid_from_to_creator && from_gdb && VG_(unlink) (from_gdb) == -1) 520 warning ("could not unlink %s\n", from_gdb); 521 if (pid == pid_from_to_creator && to_gdb && VG_(unlink) (to_gdb) == -1) 522 warning ("could not unlink %s\n", to_gdb); 523 if (pid == pid_from_to_creator && shared_mem && VG_(unlink) (shared_mem) == -1) 524 warning ("could not unlink %s\n", shared_mem) [all...] |
/system/vold/ |
VolumeManager.cpp | 407 if (unlink(keyPath.c_str()) != 0) { 408 LOG(ERROR) << "Failed to unlink " << keyPath; 423 if (TEMP_FAILURE_RETRY(unlink(target.c_str()))) { 425 SLOGW("Failed to unlink %s: %s", target.c_str(), strerror(errno)); 842 unlink(asecFileName); 849 unlink(asecFileName); 863 unlink(asecFileName); 880 unlink(asecFileName); 895 unlink(asecFileName); 911 unlink(asecFileName) [all...] |
/external/wpa_supplicant_8/wpa_supplicant/ |
ctrl_iface_unix.c | 462 if (unlink(fname) < 0) { 464 "Could not unlink existing ctrl_iface socket '%s': %s", 531 unlink(fname); 613 unlink(fname); 961 if (unlink(ctrl) < 0) { 963 "Could not unlink existing ctrl_iface socket '%s': %s", 1129 unlink(priv->global->params.ctrl_interface);
|
/frameworks/native/cmds/installd/ |
utils.cpp | 718 if (unlink(pathBase) < 0) { 719 ALOGE("Couldn't unlink %s: %s\n", pathBase, strerror(errno)); 880 if (unlink(path) < 0) { 881 ALOGE("Couldn't unlink %s: %s\n", path, strerror(errno)); [all...] |
/build/libs/host/ |
CopyFile.c | 263 if (unlink(dst) != 0) { 265 /* MSVCRT.DLL unlink will fail with EACCESS if the file is set read-only */ 266 /* so try to change its mode, and unlink again */ 268 if (chmod(dst, S_IWRITE|S_IREAD) == 0 && unlink(dst) == 0) 400 if (unlink(dst) != 0) {
|
/external/jetty/src/java/org/eclipse/jetty/util/thread/ |
Timeout.java | 112 task.unlink(); 135 task.unlink(); 173 task.unlink(); 288 private void unlink() method in class:Timeout.Task 349 unlink(); method
|
/external/openssh/ |
hostfile.c | 606 if (unlink(back) == -1 && errno != ENOENT) { 608 error("%s: unlink %.100s: %s", __func__, 629 if (unlink(temp) != 0) 630 error("%s: unlink \"%s\": %s", __func__, 638 unlink(temp);
|
/hardware/libhardware_legacy/wifi/ |
wifi.c | 364 unlink(SUPP_ENTROPY_FILE); 371 unlink(SUPP_ENTROPY_FILE); 416 unlink(config_file); 429 unlink(config_file); 436 unlink(config_file);
|
/bionic/tests/ |
dlext_test.cpp | 389 // Use destructor of tf to close and unlink the file. 400 // Use destructor of tf to close and unlink the file. 431 // Use destructor of tf to close and unlink the file.
|
/external/chromium-trace/trace-viewer/tracing/third_party/tvcm/third_party/rcssmin/_setup/py2/ |
shell.py | 80 _os.unlink(native(dest)) 250 _os.unlink(name) 318 _os.unlink(name)
|
/external/chromium-trace/trace-viewer/tracing/third_party/tvcm/third_party/rjsmin/_setup/py2/ |
shell.py | 80 _os.unlink(native(dest)) 250 _os.unlink(name) 318 _os.unlink(name)
|
/external/e2fsprogs/misc/ |
uuidd.c | 135 (void) unlink(cleanup_pidfile); 137 (void) unlink(cleanup_socket); 300 (void) unlink(socket_path);
|