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

<<11121314151617181920>>

  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/shm_unlink/
8-1.c 11 * call when the process does not have permission to unlink the name.
16 * 3. Try to unlink the name.
17 * If it fail: set the effective user id to real user id and unlink.
  /external/python/cpython3/Lib/test/
test_dbm_gnu.py 5 from test.support import TESTFN, unlink
17 unlink(filename)
43 unlink(filename)
  /external/valgrind/memcheck/tests/solaris/
door_data.c 24 unlink(door_file);
87 if (attached && unlink(door_file)) {
89 snprintf(str, sizeof(str), "unlink %s", door_file);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_unicode_file.py 36 os.unlink(filename)
102 os.unlink(filename1 + ".new") # remove using equiv name.
114 os.unlink(filename1 + ".new")
149 os.unlink(filename)
157 os.unlink(filename)
167 os.unlink(filename1)
test_bufio.py 20 support.unlink(support.TESTFN)
40 support.unlink(support.TESTFN)
  /external/autotest/server/cros/
lockfile.py 152 os.unlink(self.unique_name)
243 os.unlink(self.unique_name)
261 os.unlink(self.unique_name)
262 os.unlink(self.lock_file)
266 os.unlink(self.unique_name)
282 os.unlink(self.lock_file)
  /external/python/cpython2/Lib/test/
test_unicode_file.py 36 os.unlink(filename)
102 os.unlink(filename1 + ".new") # remove using equiv name.
114 os.unlink(filename1 + ".new")
145 os.unlink(filename)
153 os.unlink(filename)
163 os.unlink(filename1)
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_unicode_file.py 36 os.unlink(filename)
102 os.unlink(filename1 + ".new") # remove using equiv name.
114 os.unlink(filename1 + ".new")
149 os.unlink(filename)
157 os.unlink(filename)
167 os.unlink(filename1)
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_unicode_file.py 36 os.unlink(filename)
102 os.unlink(filename1 + ".new") # remove using equiv name.
114 os.unlink(filename1 + ".new")
149 os.unlink(filename)
157 os.unlink(filename)
167 os.unlink(filename1)
  /prebuilts/misc/windows/sdl2/test/
testfile.c 47 unlink(FBASENAME1);
48 unlink(FBASENAME2);
111 unlink(FBASENAME2);
116 unlink(FBASENAME2);
121 unlink(FBASENAME2);
126 unlink(FBASENAME2);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_unicode_file.py 36 os.unlink(filename)
102 os.unlink(filename1 + ".new") # remove using equiv name.
114 os.unlink(filename1 + ".new")
149 os.unlink(filename)
157 os.unlink(filename)
167 os.unlink(filename1)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_unicode_file.py 36 os.unlink(filename)
102 os.unlink(filename1 + ".new") # remove using equiv name.
114 os.unlink(filename1 + ".new")
149 os.unlink(filename)
157 os.unlink(filename)
167 os.unlink(filename1)
  /art/libartbase/base/
os_linux.cc 41 // In case the file exists, unlink it so we get a new file. This is necessary as the previous
43 unlink(name);
  /device/google/cuttlefish_common/host/libs/ivserver/
ivserver.cc 31 LOG_IF(WARNING, unlink(options.qemu_socket_path.c_str()) == 0)
39 LOG_IF(WARNING, unlink(options.client_socket_path.c_str()) == 0)
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/EhciPei/
EhciSched.h 66 Unlink a queue head from the asynchronous schedule list.
70 @param Qh The queue head to unlink.
  /device/linaro/bootloader/edk2/StdLib/LibC/Stdio/
remove.c 67 * The file system may prohibit using unlink(2) on directories,
73 return (unlink(file));
  /external/autotest/client/tests/stress/
control 29 -d, --hdd N spawn N workers spinning on write()/unlink()
31 --hdd-noclean do not unlink files created by hdd workers
  /external/dtc/tests/
test_kernel_dts 61 unlink($old_dtb_file) if (-f $old_dtb_file);
69 unlink($new_dtb_file) if (-f $new_dtb_file);
  /external/google-breakpad/src/client/mac/crash_generation/
ConfigFile.h 59 void Unlink() {
61 unlink(config_file_path_);
  /external/libchrome/base/memory/
shared_memory_helper.cc 15 if (unlink(path->value().c_str()))
16 PLOG(WARNING) << "unlink";
  /external/linux-kselftest/tools/testing/selftests/efivarfs/
open-unlink.c 121 if (unlink(path) < 0) {
122 perror("unlink");
  /external/linux-kselftest/tools/testing/selftests/vm/
hugepage-mmap.c 79 unlink(FILE_NAME);
90 unlink(FILE_NAME);
  /external/ltp/testcases/cve/
cve-2016-7042.c 63 tst_brk(TBROK, "Failed to unlink key");
76 tst_res(TWARN, "Failed to unlink key");
  /external/ltp/testcases/network/nfs/nfs_stress/
nfs01_open_files.c 111 if (unlink(entp->d_name))
112 abortx("unlink failed for \"%s\"",
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/aio_error/
2-1.c 54 unlink(tmpfname);
61 unlink(tmpfname);

Completed in 495 milliseconds

<<11121314151617181920>>