OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:test_tmpdir
(Results
1 - 3
of
3
) sorted by null
/external/regex-re2/re2/testing/
dump.cc
26
DECLARE_string(
test_tmpdir
);
variable
/external/selinux/sandbox/
test_sandbox.py
92
def
test_tmpdir
(self):
member in class:SandboxTests
/external/ltp/testcases/kernel/syscalls/clone/
clone02.c
344
char *
test_tmpdir
;
local
347
test_tmpdir
= tst_get_tmpdir();
348
if (
test_tmpdir
== NULL) {
351
} else if (chdir(
test_tmpdir
) == -1) {
358
free(
test_tmpdir
);
Completed in 2137 milliseconds