HomeSort by relevance Sort by last modified time
    Searched full:unlink (Results 501 - 525 of 3386) sorted by null

<<21222324252627282930>>

  /external/strace/tests-mx32/
struct_flock.c 104 if (unlink(fname))
105 perror_msg_and_fail("unlink: %s", fname);
xchownx.c 51 if (unlink(sample)) \
52 perror_msg_and_fail("unlink"); \
  /external/toybox/toys/pending/
userdel.c 37 unlink(filenamesfx);
87 unlink(filenamesfx);
  /external/toybox/toys/posix/
rm.c 94 // unlink now to see if it succeeds or reports that it didn't exist.
95 if ((toys.optflags & FLAG_f) && (!unlink(*s) || errno == ENOENT))
  /external/wayland/cursor/
os-compatibility.c 70 unlink(tmpname);
75 unlink(tmpname);
  /libcore/ojluni/src/main/java/sun/nio/fs/
UnixCopyFile.java 293 unlink(target);
366 try { unlink(target); } catch (UnixException ignore) { }
437 unlink(target);
481 unlink(source);
484 // file was copied but unable to unlink the source file so attempt
490 unlink(target);
545 // 3. try to unlink the target
556 unlink(target);
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_linecache.py 72 self.addCleanup(support.unlink, support.TESTFN)
98 self.addCleanup(support.unlink, source_name)
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_linecache.py 72 self.addCleanup(support.unlink, support.TESTFN)
98 self.addCleanup(support.unlink, source_name)
  /prebuilts/go/darwin-x86/src/container/ring/
example_test.go 181 // Unlink three elements from r, starting from r.Next()
182 r.Unlink(3)
  /prebuilts/go/linux-x86/src/container/ring/
example_test.go 181 // Unlink three elements from r, starting from r.Next()
182 r.Unlink(3)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_linecache.py 72 self.addCleanup(support.unlink, support.TESTFN)
98 self.addCleanup(support.unlink, source_name)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_linecache.py 72 self.addCleanup(support.unlink, support.TESTFN)
98 self.addCleanup(support.unlink, source_name)
  /system/bt/osi/test/
wakelock_test.cc 78 unlink(lock_path_.c_str());
79 unlink(unlock_path_.c_str());
  /system/extras/perfprofd/dropbox/
dropbox.cc 58 if (unlink(path) != 0) {
59 PLOG(WARNING) << "Could not unlink binder temp file";
  /system/extras/tests/pagingtest/
pagingtest.c 39 if (unlink(filename)) {
40 fprintf(stderr, "unable to unlink temp file: %s\n", strerror(errno));
  /system/vold/
CheckEncryption.cpp 77 if (unlink(needle.c_str()) != 0) {
78 PLOG(ERROR) << "Failed to unlink " << needle;
  /art/compiler/utils/
swap_space_test.cc 39 unlink(scratch.GetFilename().c_str());
  /art/tools/jfuzz/
run_dex_fuzz_test.py 128 os.unlink(cfile)
129 os.unlink('jerr.txt')
130 os.unlink('dxerr.txt')
139 os.unlink('jackerr.txt')
  /bionic/tests/
TemporaryFile.h 42 unlink(filename);
  /build/make/target/board/generic/sepolicy/
goldfish_setup.te 24 allow goldfish_setup varrun_file:file { mounton getattr create read write open unlink };
  /cts/tests/tests/os/assets/minijail/
isolated-arm.policy 75 unlink: return EPERM
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_largefile.py 11 unlink
173 unlink(TESTFN)
193 unlink(TESTFN)
197 unlink(TESTFN)
test_urllibnet.py 161 os.unlink(file_location)
174 os.unlink(file_location)
179 os.unlink(file_location)
186 os.unlink(file_location)
test_whichdb.py 22 os.unlink(f)
  /external/autotest/client/site_tests/platform_CryptohomeStress/
platform_CryptohomeStress.py 26 os.unlink(signal_file)

Completed in 794 milliseconds

<<21222324252627282930>>