Home
last modified time | relevance | path

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

/external/libchrome/base/files/
Dfile_util.h305 BASE_EXPORT bool CreateDirectoryAndGetError(const FilePath& full_path,
Dfile_util.cc212 return CreateDirectoryAndGetError(full_path, nullptr); in CreateDirectory()
Dfile_util_posix.cc701 bool CreateDirectoryAndGetError(const FilePath& full_path, in CreateDirectoryAndGetError() function