OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:unlink
(Results
1 - 25
of
3386
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/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);
/external/linux-kselftest/tools/testing/selftests/efivarfs/
Makefile
3
TEST_GEN_FILES := open-
unlink
create-read
/system/sepolicy/prebuilts/api/26.0/public/
tzdatacheck.te
6
allow tzdatacheck zoneinfo_data_file:file
unlink
;
ueventd.te
22
allow ueventd dev_type:lnk_file { create
unlink
};
23
allow ueventd dev_type:chr_file { getattr create setattr
unlink
};
24
allow ueventd dev_type:blk_file { getattr relabelfrom relabelto create setattr
unlink
};
53
neverallow ueventd dev_type:blk_file ~{ getattr relabelfrom relabelto create setattr
unlink
};
56
neverallow ueventd { kmem_device port_device }:chr_file ~{ getattr create setattr
unlink
relabelto };
/external/strace/tests/
unlink.gen.test
2
# Generated by ./tests/gen_tests.sh from ./tests/gen_tests.in (
unlink
-a24 ); do not edit.
/external/strace/tests-m32/
unlink.gen.test
2
# Generated by ./tests/gen_tests.sh from ./tests/gen_tests.in (
unlink
-a24 ); do not edit.
/external/strace/tests-mx32/
unlink.gen.test
2
# Generated by ./tests/gen_tests.sh from ./tests/gen_tests.in (
unlink
-a24 ); do not edit.
/external/python/cpython3/Tools/freeze/
bkfile.py
9
os.
unlink
(backup)
23
os.
unlink
(file)
/toolchain/binutils/binutils-2.27/libiberty/
rename.c
31
if (
unlink
(zto) < 0
35
return
unlink
(zfrom);
/device/google/marlin/sepolicy/
te_macros
9
allow $1 qmuxd_socket:sock_file { read getattr write setattr create
unlink
};
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_applesingle.py
33
os.
unlink
(test_support.TESTFN)
37
os.
unlink
(TESTFN2)
51
os.
unlink
(TESTFN2)
60
os.
unlink
(TESTFN2)
/device/linaro/hikey/sepolicy/
init.te
4
allow init configfs:lnk_file { create
unlink
};
/external/jsoncpp/test/
cleantests.py
10
os.
unlink
( path )
/external/python/cpython2/Lib/test/
test_applesingle.py
33
os.
unlink
(test_support.TESTFN)
37
os.
unlink
(TESTFN2)
51
os.
unlink
(TESTFN2)
60
os.
unlink
(TESTFN2)
/external/valgrind/memcheck/tests/darwin/
mkfifo.c
28
unlink
(f_name);
/external/valgrind/none/tests/
fdleak_creat.c
14
(void) DO(
unlink
(filename) );
/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)
/system/sepolicy/prebuilts/api/28.0/public/
hal_usb_gadget.te
9
allow hal_usb_gadget_server configfs:lnk_file { read create
unlink
};
ueventd.te
20
allow ueventd dev_type:lnk_file { create
unlink
};
21
allow ueventd dev_type:chr_file { getattr create setattr
unlink
};
22
allow ueventd dev_type:blk_file { getattr relabelfrom relabelto create setattr
unlink
};
54
neverallow ueventd dev_type:blk_file ~{ getattr relabelfrom relabelto create setattr
unlink
};
57
neverallow ueventd { kmem_device port_device }:chr_file ~{ getattr create setattr
unlink
relabelto };
/system/sepolicy/public/
hal_usb_gadget.te
9
allow hal_usb_gadget_server configfs:lnk_file { read create
unlink
};
/external/perfetto/src/base/
temp_file.cc
45
temp_file.
Unlink
();
52
Unlink
();
56
Unlink
();
60
void TempFile::
Unlink
() {
63
PERFETTO_CHECK(
unlink
(path_.c_str()) == 0);
/system/sepolicy/prebuilts/api/27.0/public/
ueventd.te
20
allow ueventd dev_type:lnk_file { create
unlink
};
21
allow ueventd dev_type:chr_file { getattr create setattr
unlink
};
22
allow ueventd dev_type:blk_file { getattr relabelfrom relabelto create setattr
unlink
};
51
neverallow ueventd dev_type:blk_file ~{ getattr relabelfrom relabelto create setattr
unlink
};
54
neverallow ueventd { kmem_device port_device }:chr_file ~{ getattr create setattr
unlink
relabelto };
Completed in 1207 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>