HomeSort by relevance Sort by last modified time
    Searched refs:CreateDirectoryAndGetError (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/remoting/host/
pairing_registry_delegate_linux.cc 112 if (!file_util::CreateDirectoryAndGetError(registry_path, &error)) {
  /external/chromium_org/base/
file_util.cc 180 return CreateDirectoryAndGetError(full_path, NULL);
file_util.h 252 BASE_EXPORT bool CreateDirectoryAndGetError(const base::FilePath& full_path,
file_util_win.cc 348 bool CreateDirectoryAndGetError(const FilePath& full_path,
381 if (!CreateDirectoryAndGetError(parent_path, error)) {
file_util_posix.cc 505 bool CreateDirectoryAndGetError(const FilePath& full_path,
  /external/chromium_org/third_party/leveldatabase/
env_chromium.cc 634 if (::file_util::CreateDirectoryAndGetError(CreateFilePath(name), &error))

Completed in 86 milliseconds