Home
last modified time | relevance | path

Searched refs:desktop_dir (Results 1 – 2 of 2) sorted by relevance

/third_party/cef/libcef/common/
Dresource_util.cc126 base::FilePath desktop_dir; in DownloadPathIsDangerous() local
127 if (!base::PathService::Get(base::DIR_USER_DESKTOP, &desktop_dir)) { in DownloadPathIsDangerous()
131 return (download_path == desktop_dir); in DownloadPathIsDangerous()
/third_party/chromium/patch/
D0003-ohos-1115.patch24090 return (download_path == desktop_dir);