Home
last modified time | relevance | path

Searched refs:CreateDirectoryAndGetError (Results 1 – 3 of 3) sorted by relevance

/external/libchrome/base/files/
Dfile_util.h266 BASE_EXPORT bool CreateDirectoryAndGetError(const FilePath& full_path,
Dfile_util.cc187 return CreateDirectoryAndGetError(full_path, NULL); in CreateDirectory()
Dfile_util_posix.cc592 bool CreateDirectoryAndGetError(const FilePath& full_path, in CreateDirectoryAndGetError() function