Searched defs:dirname (Results 1 - 5 of 5) sorted by path

/bionic/benchmarks/
H A Dproperty_benchmark.cpp47 char *dirname = mkdtemp(dir_template); local
48 if (!dirname) {
57 pa_dirname = dirname;
/bionic/libc/bionic/
H A Dlibgen.cpp151 GLOBAL_INIT_THREAD_LOCAL_BUFFER(dirname); variable
159 char* dirname(const char* path) { function
160 LOCAL_INIT_THREAD_LOCAL_BUFFER(char*, dirname, MAXPATHLEN);
H A Dscandir.cpp91 int scandir(const char* dirname, dirent*** name_list, argument
94 ScopedReaddir reader(dirname);
/bionic/tests/
H A DTemporaryFile.h69 rmdir(dirname);
72 char dirname[1024]; member in class:TemporaryDir
76 snprintf(dirname, sizeof(dirname), "%s/TemporaryDir-XXXXXX", tmp_dir);
77 return (mkdtemp(dirname) != NULL);
H A Dsystem_properties_test.cpp35 char* dirname = mkdtemp(dir_template); local
36 if (!dirname) {
45 pa_dirname = dirname;

Completed in 111 milliseconds