Searched refs:unlink (Results 126 - 150 of 379) sorted by relevance

1234567891011>>

/external/mesa3d/src/gallium/winsys/sw/wayland/
H A Dwayland_sw_winsys.c190 unlink(filename);
196 unlink(filename);
/external/wpa_supplicant_8/hostapd/src/l2_packet/
H A Dl2_packet_privsep.c223 unlink(l2->own_socket_path);
243 unlink(l2->own_socket_path);
/external/wpa_supplicant_8/src/l2_packet/
H A Dl2_packet_privsep.c223 unlink(l2->own_socket_path);
243 unlink(l2->own_socket_path);
/external/wpa_supplicant_8/wpa_supplicant/src/l2_packet/
H A Dl2_packet_privsep.c223 unlink(l2->own_socket_path);
243 unlink(l2->own_socket_path);
/external/zlib/src/examples/
H A Dgzlog.c231 #include <unistd.h> /* lseek, read, write, close, unlink, sleep, */
345 if stat() or unlink() fails, it may be due to another process noticing the
358 unlink(log->path);
401 unlink(log->path);
560 unlink(log->path); /* ignore error, since may not exist */
578 unlink(log->path); /* ignore error, since may not exist */
844 unlink(log->path);
/external/zlib/src/test/
H A Dminigzip.c48 # define unlink delete macro
52 # define unlink remove macro
61 #ifndef WIN32 /* unlink already in stdio.h for WIN32 */
62 extern int unlink OF((const char *));
149 # include <unistd.h> /* for unlink() */
489 unlink(file);
542 unlink(infile);
/external/chromium_org/tools/gyp/pylib/gyp/
H A Dcommon.py344 os.unlink(self.tmp_path)
366 os.unlink(self.tmp_path)
389 os.unlink(self.tmp_path)
/external/clang/tools/scan-build/
H A Dccc-analyzer74 unlink($ResultFile);
77 unlink($CleanupFile);
323 unlink($ofile);
/external/e2fsprogs/misc/
H A Duuidd.c135 (void) unlink(cleanup_pidfile);
137 (void) unlink(cleanup_socket);
300 (void) unlink(socket_path);
/external/antlr/antlr-3.4/runtime/Python/
H A Dez_setup.py161 os.unlink(egg)
/external/apache-xml/src/main/java/org/apache/xalan/templates/
H A DElemCallTemplate.java250 // unlink(), however, it will restore the cfb to the
256 vars.unlink(thisframe);
/external/chromium_org/ipc/
H A Dunix_domain_socket_util_unittest.cc133 unlink(socket_name_.value().c_str());
/external/chromium_org/media/base/android/
H A Dwebaudio_media_codec_bridge.cc65 // Open the file and unlink it, so that it will be actually removed
68 if (unlink(temporaryFile.c_str())) {
69 VLOG(0) << "Couldn't unlink temp file " << temporaryFile
/external/chromium_org/testing/android/
H A Dnative_test_launcher.cc94 unlink(path.value().c_str());
/external/chromium_org/third_party/angle/src/libGLESv2/
H A DProgram.h123 void unlink(bool destroy = false);
/external/chromium_org/third_party/cython/src/pyximport/
H A Dpyxbuild.py128 # Try to unlink first --- if the .so file
135 os.unlink(r_path)
/external/chromium_org/third_party/protobuf/python/
H A Dez_setup.py221 os.unlink(egg)
/external/chromium_org/third_party/sqlite/src/tool/
H A Dspeedtest16.c126 unlink(argv[1]);
/external/chromium_org/tools/symsrc/
H A Dsource_index.py111 os.unlink(fname)
/external/chromium_org/v8/build/
H A Dgyp_v8174 os.unlink(f)
/external/elfutils/0.153/libasm/
H A Dasm_begin.c77 unlink (result->tmp_fname);
/external/ipsec-tools/src/racoon/
H A Dmain.c285 (void) unlink(pid_file);
/external/jpeg/
H A Djmemname.c233 unlink(info->temp_name); /* delete the file */
234 /* If your system doesn't have unlink(), use remove() instead.
/external/oprofile/daemon/
H A Dinit.c281 unlink(op_lock_file);
/external/protobuf/python/
H A Dez_setup.py213 os.unlink(egg)

Completed in 879 milliseconds

1234567891011>>