OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:unlink
(Results
76 - 100
of
3386
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/strace/tests-mx32/
recvfrom.c
62
(void)
unlink
(un.sun_path);
65
(void)
unlink
(un.sun_path);
68
(void)
unlink
(un.sun_path);
83
(void)
unlink
(un.sun_path);
/external/swiftshader/third_party/LLVM/autoconf/m4/
func_mmap_file.m4
17
unlink
("foo");
/prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_compileall.py
62
os.
unlink
(fn)
68
os.
unlink
(self.bc_path)
72
os.
unlink
(self.bc_path)
73
os.
unlink
(self.bc_path2)
test_binhex.py
20
try: os.
unlink
(self.fname1)
23
try: os.
unlink
(self.fname2)
/prebuilts/gdb/linux-x86/lib/python2.7/test/
test_compileall.py
62
os.
unlink
(fn)
68
os.
unlink
(self.bc_path)
72
os.
unlink
(self.bc_path)
73
os.
unlink
(self.bc_path2)
test_binhex.py
20
try: os.
unlink
(self.fname1)
23
try: os.
unlink
(self.fname2)
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_compileall.py
62
os.
unlink
(fn)
68
os.
unlink
(self.bc_path)
72
os.
unlink
(self.bc_path)
73
os.
unlink
(self.bc_path2)
test_binhex.py
20
try: os.
unlink
(self.fname1)
23
try: os.
unlink
(self.fname2)
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_compileall.py
62
os.
unlink
(fn)
68
os.
unlink
(self.bc_path)
72
os.
unlink
(self.bc_path)
73
os.
unlink
(self.bc_path2)
/system/sepolicy/prebuilts/api/26.0/public/
fingerprintd.te
15
# allow HAL module to read/write/
unlink
contents of this dir
/system/sepolicy/prebuilts/api/27.0/public/
fingerprintd.te
15
# allow HAL module to read/write/
unlink
contents of this dir
/system/sepolicy/prebuilts/api/28.0/private/
vold_prepare_subdirs.te
26
}:file { getattr
unlink
};
/system/sepolicy/prebuilts/api/28.0/public/
fingerprintd.te
15
# allow HAL module to read/write/
unlink
contents of this dir
/system/sepolicy/private/
vold_prepare_subdirs.te
26
}:file { getattr
unlink
};
/system/sepolicy/public/
fingerprintd.te
15
# allow HAL module to read/write/
unlink
contents of this dir
/system/vold/
secdiscard.cpp
40
bool
unlink
{true};
61
LOG(DEBUG) << "Securely discarding '" << target << "'
unlink
=" << options.
unlink
;
65
if (options.
unlink
) {
66
if (
unlink
(target.c_str()) != 0 && errno != ENOENT) {
67
PLOG(ERROR) << "Unable to
unlink
: " << target;
79
if (!strcmp("--no-
unlink
", argv[i])) {
80
options.
unlink
= false;
95
fprintf(stderr, "Usage: %s [--no-
unlink
] -- <absolute path> ...\n", progname);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_binhex.py
20
try: os.
unlink
(self.fname1)
23
try: os.
unlink
(self.fname2)
/external/compiler-rt/test/asan/android_commands/
android_common.py
29
os.
unlink
(tmpname)
36
os.
unlink
(tmp)
/external/ltp/testcases/kernel/syscalls/unlink/
unlink05.c
42
* TEST TITLE : Basic test for
unlink
(2)
62
* 1.)
unlink
(2) returns...(See Description)
90
* This is a Phase I test for the
unlink
(2) system call. It is intended
93
*
unlink
(2).
151
* Call
unlink
(2)
153
TEST(
unlink
(fname));
157
tst_resm(TFAIL, "
unlink
(%s) Failed, errno=%d : %s",
160
tst_resm(TPASS, "
unlink
(%s) returned %ld",
unlink07.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).
204
* Call
unlink
(2)
206
TEST(
unlink
(fname));
213
"
unlink
(<%s>) Failed, errno=%d",
217
"
unlink
(<%s>) Failed, errno=%d, expected errno:%d",
223
"
unlink
(<%s>) returned %ld, expected -1, errno:%d",
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/aio_cancel/
2-2.c
49
unlink
(tmpfname);
56
unlink
(tmpfname);
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/mmap/
32-1.c
34
unlink
(tmpfname);
40
unlink
(tmpfname);
/external/python/cpython2/Lib/test/
test_binhex.py
19
try: os.
unlink
(self.fname1)
22
try: os.
unlink
(self.fname2)
/external/selinux/python/sepolgen/tests/
test_module.py
30
os.
unlink
(package)
35
os.
unlink
(package)
/external/valgrind/none/tests/
pth_cancel2.c
97
if ((
unlink
(".ktemp")) < 0)
98
perror("
unlink
"),exit(1);
Completed in 454 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>