OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dir_template
(Results
1 - 2
of
2
) sorted by null
/bionic/tests/
property_benchmark.cpp
35
char
dir_template
[] = "/data/local/tmp/prop-XXXXXX";
local
36
char *dirname = mkdtemp(
dir_template
);
system_properties_test.cpp
31
char
dir_template
[] = "/data/local/tmp/prop-XXXXXX";
local
32
char *dirname = mkdtemp(
dir_template
);
Completed in 30 milliseconds