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

1 2 3 45 6 7 8 91011>>

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_binhex.py 20 try: os.unlink(self.fname1)
23 try: os.unlink(self.fname2)
  /system/sepolicy/prebuilts/api/26.0/public/
otapreopt_slot.te 19 allow otapreopt_slot dalvikcache_data_file:file { getattr unlink };
20 allow otapreopt_slot dalvikcache_data_file:lnk_file { getattr read unlink };
  /system/sepolicy/prebuilts/api/27.0/public/
otapreopt_slot.te 19 allow otapreopt_slot dalvikcache_data_file:file { getattr unlink };
20 allow otapreopt_slot dalvikcache_data_file:lnk_file { getattr read unlink };
  /system/sepolicy/prebuilts/api/28.0/public/
otapreopt_slot.te 19 allow otapreopt_slot dalvikcache_data_file:file { getattr unlink };
20 allow otapreopt_slot dalvikcache_data_file:lnk_file { getattr read unlink };
  /system/sepolicy/public/
otapreopt_slot.te 19 allow otapreopt_slot dalvikcache_data_file:file { getattr unlink };
20 allow otapreopt_slot dalvikcache_data_file:lnk_file { getattr read unlink };
  /external/ltp/testcases/kernel/syscalls/rename/
rename14.c 28 * create, unlink, rename
102 (void)unlink("./rename14");
122 unlink("./rename14");
123 unlink("./rename14xyz");
157 unlink("./rename14");
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sem_unlink/
6-1.c 24 * -> unlink
107 /* Unlink */
111 UNRESOLVED(errno, "Failed to unlink the semaphore");
158 /* Unlink */
162 UNRESOLVED(errno, "Failed to unlink the semaphore");
  /external/ltp/testcases/kernel/syscalls/unlink/
unlink08.c 42 * TEST TITLE : unlink(2) negative testcases
90 * This is a Phase I test for the unlink(2) system call. It is intended
93 * unlink(2).
189 * Call unlink(2)
191 TEST(unlink(fname));
199 "unlink(<%s>) Failed, errno=%d",
204 "unlink(<%s>) Failed, errno=%d, expected errno:%d",
211 "unlink(<%s>) Failed, errno=%d",
217 "unlink(<%s>) returned %ld, expected -1, errno:%d",
222 "unlink(<%s>) returned %ld"
    [all...]
  /external/ltp/testcases/kernel/syscalls/dup2/
dup203.c 81 unlink(filename0);
82 unlink(filename1);
123 unlink(filename0);
124 unlink(filename1);
133 unlink(filename0);
179 unlink(filename0);
180 unlink(filename1);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_gdbm.py 3 from test.test_support import TESTFN, run_unittest, unlink, import_module
17 unlink(filename)
36 unlink(filename)
test_macos.py 30 os.unlink(test_support.TESTFN)
63 os.unlink(test_support.TESTFN)
91 os.unlink(test_support.TESTFN)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/ssl/
get-remote-certificate.py 42 os.unlink(tn2)
45 os.unlink(tn)
57 os.unlink(tfile)
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/mmap/
12-1.c 16 * 1. Create a file, while it is open call unlink().
44 unlink(tmpfname);
51 unlink(tmpfname);
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/shm_unlink/
9-1.c 10 * Test that shm_unlink() sets errno = EACCES if permission is denied to unlink
16 * 3. Try to unlink the name.
17 * If it fail: set the effective user id to real user id and unlink.
  /external/python/cpython2/Lib/test/
test_gdbm.py 3 from test.test_support import TESTFN, run_unittest, unlink, import_module
17 unlink(filename)
36 unlink(filename)
test_macos.py 28 os.unlink(test_support.TESTFN)
60 os.unlink(test_support.TESTFN)
88 os.unlink(test_support.TESTFN)
  /external/python/cpython2/Tools/ssl/
get-remote-certificate.py 42 os.unlink(tn2)
45 os.unlink(tn)
57 os.unlink(tfile)
  /external/python/cpython3/Tools/scripts/
get-remote-certificate.py 45 os.unlink(tn2)
48 os.unlink(tn)
60 os.unlink(tfile)
  /external/toybox/toys/other/
shred.c 21 -u unlink (actually delete file when done)
104 if (unlink(*try)) perror_msg("unlink '%s'", *try);
  /hardware/libhardware/tests/input/evdev/
TestHelpers.cpp 58 if (unlink(mName) < 0) {
59 ALOGE("could not unlink %s. errno=%d", mName, errno);
82 unlink(entry->d_name);
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_gdbm.py 3 from test.test_support import TESTFN, run_unittest, unlink, import_module
17 unlink(filename)
36 unlink(filename)
test_macos.py 30 os.unlink(test_support.TESTFN)
63 os.unlink(test_support.TESTFN)
91 os.unlink(test_support.TESTFN)
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_gdbm.py 3 from test.test_support import TESTFN, run_unittest, unlink, import_module
17 unlink(filename)
36 unlink(filename)
test_macos.py 30 os.unlink(test_support.TESTFN)
63 os.unlink(test_support.TESTFN)
91 os.unlink(test_support.TESTFN)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_gdbm.py 3 from test.test_support import TESTFN, run_unittest, unlink, import_module
17 unlink(filename)
36 unlink(filename)

Completed in 566 milliseconds

1 2 3 45 6 7 8 91011>>