HomeSort by relevance Sort by last modified time
    Searched refs:unlink (Results 1 - 25 of 280) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /bionic/libc/arch-arm/syscalls/
unlink.S 5 .type unlink, #function
6 .globl unlink
10 unlink: label
  /bionic/libc/arch-x86/syscalls/
unlink.S 5 .type unlink, @function
6 .globl unlink
9 unlink: label
  /bionic/libc/arch-sh/syscalls/
unlink.S 5 .type unlink, @function
6 .globl unlink
9 unlink: label
  /bionic/libc/stdio/
remove.c 48 return (unlink(file));
tmpfile.c 63 (void)unlink(buf);
  /external/elfutils/libasm/
asm_abort.c 39 (void) unlink (ctx->tmp_fname);
  /external/webkit/WebCore/css/
makegrammar.pl 45 unlink($fileBase . ".tab.h");
55 unlink($fileBase . ".tab.c");
  /system/wlan/ti/sta_dk_4_0_4_32/CUDK/IPC/Linux/
cu_ipc.c 48 unlink("/var/run/echo_client");
67 unlink(clnt_addr.sun_path);
84 unlink(clnt_addr.sun_path);
94 unlink("/var/run/echo_client");
  /external/bluetooth/glib/debian/
build 54 unlink('debian/changelog.old') or die "Couldn't unlink debian/changelog.old: $!\n";
61 unlink 'debian/version' or die "Couldn't unlink debian/version: $!\n";
  /external/webkit/LayoutTests/http/tests/appcache/resources/
fail-on-update.php 27 unlink($tmpFile);
  /external/webkit/WebCore/WebCore.gyp/scripts/
rule_bison.py 65 os.unlink(outputHTry)
92 os.unlink(outputHTmp)
action_csspropertynames.py 147 os.unlink(gperfPath)
148 os.unlink(mergedPath)
160 os.unlink(src)
action_cssvaluekeywords.py 153 os.unlink(gperfPath)
154 os.unlink(mergedPath)
166 os.unlink(src)
  /system/core/toolbox/
rm.c 28 /* a file, so unlink it */
30 return unlink(name);
83 int ret = recursive ? unlink_recursive(argv[i]) : unlink(argv[i]);
  /external/elfutils/tests/
asm-tst4.c 85 unlink (fname);
newscn.c 41 unlink (name);
  /external/oprofile/libutil/
op_lockfile.c 51 int err = unlink(file);
  /external/qemu/distrib/sdl-1.2.12/src/main/qtopia/
SDL_qtopia_main.cc 26 unlink(cmd.latin1());
  /packages/apps/Calendar/src/com/android/calendar/
CalendarApplication.java 55 public void unlink() { method in class:CalendarApplication.Screen
  /external/bison/djgpp/
subpipe.c 65 if (unlink ((name))) \
266 /* Free resources, unlink temporary files and restore stdin and stdout. */
277 if (unlink(tmp_file_name[0]))
279 if (unlink(tmp_file_name[1]))
  /bionic/libc/tzcode/
private.h 213 extern int unlink P((const char * filename));
214 #define remove unlink
  /dalvik/libdex/
CmdUtils.c 84 unlink(outFileName);
208 if (unlink(tempFileName) != 0) {
  /external/e2fsprogs/lib/ext2fs/
Android.mk 56 unlink.c \
  /external/gtest/test/
gtest_xml_outfiles_test.py 128 expected.unlink()
129 actual.unlink()
  /external/protobuf/gtest/test/
gtest_xml_outfiles_test.py 126 expected.unlink()
127 actual.unlink()

Completed in 704 milliseconds

1 2 3 4 5 6 7 8 91011>>