OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:statusdir
(Results
1 - 1
of
1
) sorted by null
/external/skia/tests/
SkpSkGrTest.cpp
239
SkString
statusDir
= make_filepath(0, outStatusDir, "");
240
if (!sk_exists(
statusDir
.c_str())) {
241
if (!sk_mkdir(
statusDir
.c_str())) {
242
SkDebugf("could not create dir %s\n",
statusDir
.c_str());
Completed in 86 milliseconds