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

1 2 3 4 5 6 7 8 91011>>

  /bionic/libc/arch-x86/syscalls/
unlink.S 5 .type unlink, @function
6 .globl unlink
9 unlink: label
  /bionic/libc/arch-arm/syscalls/
unlink.S 5 ENTRY(unlink) function
14 END(unlink)
  /external/valgrind/main/none/tests/
fdleak_creat.c 14 DO( unlink(filename) );
  /external/webkit/LayoutTests/http/tests/resources/
reset-temp-file.php 15 if (!unlink($tmpFile)) {
  /ndk/sources/host-tools/make-3.81/tests/scripts/targets/
SECONDARY 44 unlink('foo.e');
67 unlink('foo.e');
82 unlink('foo.f', 'foo.e', 'foo.d', 'foo.c');
109 unlink('source', 'final', 'intermediate');
122 unlink('version2');
  /bionic/libc/stdio/
remove.c 48 return (unlink(file));
tmpfile.c 63 (void)unlink(buf);
  /external/elfutils/libasm/
asm_abort.c 52 (void) unlink (ctx->tmp_fname);
  /external/webkit/Source/WebCore/css/
makegrammar.pl 45 unlink($fileBase . ".tab.h");
55 unlink($fileBase . ".tab.c");
  /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/libsepol/tests/policies/test-linker/
module2.conf 5 class lnk_file { unlink };
37 allow g_m2_type_1 g_m2_type_2 : lnk_file unlink;
  /external/webkit/LayoutTests/http/tests/appcache/resources/
fail-on-update-2.php 27 unlink($tmpFile);
fail-on-update.php 27 unlink($tmpFile);
  /external/chromium/chrome/browser/
process_singleton_linux_uitest.cc 48 // Unlink to prevent failing future tests if the lock still exists.
49 EXPECT_EQ(unlink(lock_path_.value().c_str()), 0);
189 EXPECT_EQ(0, unlink(lock_path_.value().c_str()));
198 EXPECT_EQ(0, unlink(socket_path_.value().c_str()));
209 EXPECT_EQ(0, unlink(lock_path_.value().c_str()));
236 EXPECT_EQ(0, unlink(lock_path_.value().c_str()));
243 ASSERT_EQ(0, unlink(lock_path_.value().c_str()));
261 EXPECT_EQ(0, unlink(lock_path_.value().c_str()));
268 ASSERT_EQ(0, unlink(lock_path_.value().c_str()));
287 ASSERT_EQ(0, unlink(socket_path_.value().c_str()))
    [all...]
  /external/webkit/Tools/Scripts/
run-webkit-websocketserver 85 unlink "$webSocketServerPidFile";
  /external/llvm/autoconf/m4/
func_mmap_file.m4 17 unlink ("foo");
  /external/llvm/projects/sample/autoconf/m4/
func_mmap_file.m4 17 unlink ("foo");
  /external/webkit/Source/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/webkit/Tools/Scripts/webkitpy/layout_tests/port/
http_lock_unittest.py 46 os.unlink(self.guard_lock_file)
49 os.unlink(file_name)
111 os.unlink(file_name)
  /external/clang/utils/TestUtils/
pch-test.pl 35 unlink "$file.pch";
  /external/elfutils/tests/
newscn.c 57 unlink (name);
  /external/oprofile/libutil/
op_lockfile.c 51 int err = unlink(file);

Completed in 594 milliseconds

1 2 3 4 5 6 7 8 91011>>