Home
last modified time | relevance | path

Searched refs:CreateDirectoryAndGetError (Results 1 - 5 of 5) sorted by relevance

/third_party/gn/src/base/files/
H A Dfile_util.h208 bool CreateDirectoryAndGetError(const FilePath& full_path, File::Error* error);
H A Dfile_util_win.cc363 bool CreateDirectoryAndGetError(const FilePath& full_path, File::Error* error) { in CreateDirectoryAndGetError() function
390 if (!CreateDirectoryAndGetError(parent_path, error)) { in CreateDirectoryAndGetError()
H A Dfile_util.cc189 return CreateDirectoryAndGetError(full_path, nullptr); in CreateDirectory()
H A Dfile_util_posix.cc445 bool CreateDirectoryAndGetError(const FilePath& full_path, File::Error* error) { in CreateDirectoryAndGetError() function
/third_party/gn/src/gn/
H A Dqt_creator_writer.cc45 if (!base::CreateDirectoryAndGetError(project_dir, &error)) { in RunAndWriteFile()

Completed in 4 milliseconds