HomeSort by relevance Sort by last modified time
    Searched refs:dir_template (Results 1 - 3 of 3) sorted by null

  /libnativehelper/tests/
JniInvocation_test.cpp 45 char dir_template[PATH_MAX]; local
46 snprintf(dir_template, sizeof(dir_template), "%s/local/tmp/prop-XXXXXX", ANDROID_DATA);
47 char* dirname = mkdtemp(dir_template);
50 dir_template, strerror(errno));
  /bionic/benchmarks/
property_benchmark.cpp 47 char dir_template[PATH_MAX]; local
48 snprintf(dir_template, sizeof(dir_template), "%s/local/tmp/prop-XXXXXX", android_data);
49 char* dirname = mkdtemp(dir_template);
  /bionic/tests/
system_properties_test.cpp 35 char dir_template[PATH_MAX]; local
36 snprintf(dir_template, sizeof(dir_template), "%s/local/tmp/prop-XXXXXX", ANDROID_DATA);
37 char* dirname = mkdtemp(dir_template);
40 dir_template, strerror(errno));

Completed in 73 milliseconds