Searched refs:unlink (Results 251 - 275 of 379) sorted by relevance

<<111213141516

/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Dtrace-event-info.c580 unlink(tdata->temp_file);
/external/mesa3d/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_graph.cpp53 void Graph::Edge::unlink() function in class:nv50_ir::Graph::Edge
/external/qemu/android/utils/
H A Dpath.c572 /* we can however try to change its mode first and call unlink */
580 return unlink(path);
/external/sqlite/android/
H A Dsqlite3_android.cpp198 int err = unlink(path);
/external/wpa_supplicant_8/hostapd/src/utils/
H A Dos_unix.c220 unlink(pid_file);
/external/wpa_supplicant_8/src/utils/
H A Dos_unix.c220 unlink(pid_file);
/external/wpa_supplicant_8/wpa_supplicant/src/utils/
H A Dos_unix.c220 unlink(pid_file);
/external/chromium_org/base/files/
H A Dfile_util_posix.cc148 // This function does NOT unlink() the file.
212 return (unlink(path_str) == 0);
227 success = (unlink(current.value().c_str()) == 0);
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitruby/PrettyPatch/
H A DPrettyPatch.rb589 File.unlink(from_filepath) if (from_filepath and File.exists?(from_filepath))
590 File.unlink(to_filepath) if (to_filepath and File.exists?(to_filepath))
/external/chromium_org/tools/
H A Dbisect-builds.py675 os.unlink(self.zip_file)
872 os.unlink(f)
/external/chromium_org/tools/gyp/pylib/gyp/generator/
H A Dxcode.py459 os.unlink(new_pbxproj_path)
480 os.unlink(new_pbxproj_path)
/external/clang/www/demo/
H A Dindex.cgi456 unlink( $inputFile, $bytecodeFile, $outputFile, $disassemblyFile );
/external/dhcpcd/
H A Ddhcp.c1130 unlink(iface->leasefile);
1141 unlink(iface->leasefile);
/external/libedit/src/
H A Dvi.c1067 unlink(tempfile);
1074 unlink(tempfile);
/external/libsepol/tests/policies/test-expander/
H A Dsmall-base.conf76 unlink
412 mlsconstrain file { write setattr append unlink link rename ioctl lock execute relabelfrom }
/external/mksh/src/
H A Dhistrap.c788 unlink(nhname);
805 if (!unlink(hname) && hs != hist_init_retry) {
811 "unlink HISTFILE", hname, cstrerror(errno));
/external/ppp/pppd/
H A Dutils.c1003 if (unlink (lock_file) == 0) {
1083 unlink(lock_file);
/external/sepolicy/
H A Daccess_vectors23 unlink
/external/valgrind/main/massif/
H A Dms_print659 unlink($tmp_file);
H A Dms_print.in659 unlink($tmp_file);
/external/wpa_supplicant_8/hs20/client/
H A Dspp_client.c947 unlink("Cert/est_cert.der");
948 unlink("Cert/est_cert.pem");
/external/wpa_supplicant_8/wpa_supplicant/
H A Dwpa_priv.c542 unlink(iface->sock_name);
633 if (unlink(iface->sock_name) < 0) {
634 perror("unlink[ctrl_iface]");
635 wpa_printf(MSG_ERROR, "Could not unlink "
/external/chromium_org/base/
H A Dlogging.cc156 // Do nothing; unlink() isn't supported on NaCl.
158 unlink(log_name.c_str());
/external/chromium_org/chrome/tools/
H A Dwebforms_aggregator.py374 os.unlink(self._cookie_file)
/external/chromium_org/ipc/
H A Dipc_channel_posix.cc1033 unlink(pipe_name_.c_str());

Completed in 692 milliseconds

<<111213141516