HomeSort by relevance Sort by last modified time
    Searched full:mkdtemp_template (Results 1 - 1 of 1) sorted by null

  /external/chromium/base/
file_util_posix.cc 474 FilePath::StringType mkdtemp_template = prefix; local
475 mkdtemp_template.append(FILE_PATH_LITERAL("XXXXXX"));
476 return CreateTemporaryDirInDirImpl(base_dir, mkdtemp_template, new_dir);

Completed in 52 milliseconds