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

1 2 3 4 5 6 7 8 91011>>

  /external/toybox/toys/posix/
unlink.c 0 /* unlink.c - delete one file
5 * See http://opengroup.org/onlinepubs/9699919799/utilities/unlink.html
7 USE_UNLINK(NEWTOY(unlink, "<1>1", TOYFLAG_USR|TOYFLAG_BIN))
9 config UNLINK
10 bool "unlink"
13 usage: unlink FILE
22 if (unlink(*toys.optargs))
23 perror_exit("Couldn't unlink `%s'", *toys.optargs);
  /device/moto/shamu/sepolicy/
init.te 1 allow init diag_device:chr_file unlink;
te_macros 12 allow qmux $1_qmuxd_socket:sock_file { getattr unlink };
camera.te 26 allow camera camera_socket:sock_file { create unlink };
28 allow camera system_data_file:sock_file unlink;
  /system/sepolicy/
neverallow_macros 3 define(`no_w_file_perms', `{ append create link unlink relabelfrom rename setattr write }')
tzdatacheck.te 8 allow tzdatacheck zoneinfo_data_file:file unlink;
installd.te 16 allow installd apk_data_file:lnk_file { create read unlink };
19 allow installd apk_tmp_file:file { r_file_perms unlink };
39 allow installd system_data_file:lnk_file { create setattr unlink };
43 allow installd media_rw_data_file:file { getattr unlink };
52 allow installd keychain_data_file:file {r_file_perms unlink};
78 allow installd unlabeled:notdevfile_class_set { getattr relabelfrom rename unlink setattr };
83 # Just need enough to relabel it and to unlink removed package files.
85 allow installd system_data_file:notdevfile_class_set { getattr relabelfrom unlink };
116 allow installd user_profile_data_file:file unlink;
118 allow installd user_profile_foreign_dex_data_file:file { getattr rename unlink };
    [all...]
ueventd.te 9 allow ueventd klog_device:chr_file { create open write unlink };
25 allow ueventd dev_type:lnk_file { create unlink };
26 allow ueventd dev_type:chr_file { create setattr unlink };
27 allow ueventd dev_type:blk_file { relabelfrom relabelto create setattr unlink };
  /toolchain/binutils/binutils-2.25/libiberty/
rename.c 31 if (unlink (zto) < 0
35 return unlink (zfrom);
  /device/google/marlin/sepolicy/
te_macros 10 allow $1 qmuxd_socket:sock_file { read getattr write setattr create unlink };
  /device/htc/flounder/sepolicy/
qmuxd.te 10 allow qmuxd qmuxd_socket:sock_file { create setattr getattr unlink };
te_macros 12 allow qmuxd $1_qmuxd_socket:sock_file { getattr unlink };
  /device/huawei/angler/sepolicy/
te_macros 12 allow qmux $1_qmuxd_socket:sock_file { getattr unlink };
  /device/lge/bullhead/sepolicy/
te_macros 12 allow qmux $1_qmuxd_socket:sock_file { getattr unlink };
qmux.te 11 allow qmux qmuxd_socket:sock_file { create setattr getattr unlink };
  /device/linaro/hikey/sepolicy/
init.te 4 allow init configfs:lnk_file { create unlink };
  /external/jsoncpp/test/
cleantests.py 10 os.unlink( path )
  /external/valgrind/memcheck/tests/darwin/
mkfifo.c 28 unlink(f_name);
  /external/valgrind/none/tests/
fdleak_creat.c 14 (void) DO( unlink(filename) );
  /packages/services/Car/car_product/sepolicy/
te_macros 10 allow $1 qmuxd_socket:sock_file { read getattr write setattr create unlink };
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_applesingle.py 33 os.unlink(test_support.TESTFN)
37 os.unlink(TESTFN2)
51 os.unlink(TESTFN2)
60 os.unlink(TESTFN2)
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_applesingle.py 33 os.unlink(test_support.TESTFN)
37 os.unlink(TESTFN2)
51 os.unlink(TESTFN2)
60 os.unlink(TESTFN2)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_applesingle.py 33 os.unlink(test_support.TESTFN)
37 os.unlink(TESTFN2)
51 os.unlink(TESTFN2)
60 os.unlink(TESTFN2)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_applesingle.py 33 os.unlink(test_support.TESTFN)
37 os.unlink(TESTFN2)
51 os.unlink(TESTFN2)
60 os.unlink(TESTFN2)
  /external/selinux/libsepol/tests/policies/test-linker/
module2.conf 5 class lnk_file { unlink };
40 allow g_m2_type_1 g_m2_type_2 : lnk_file unlink;

Completed in 598 milliseconds

1 2 3 4 5 6 7 8 91011>>