Home | History | Annotate | Download | only in common

Lines Matching full:filepath

21 bool GetDefaultUserDataDirectory(FilePath* result) {
30 bool GetChromeFrameUserDataDirectory(FilePath* result) {
40 void GetUserCacheDirectory(const FilePath& profile_dir, FilePath* result) {
45 bool GetUserDocumentsDirectory(FilePath* result) {
50 *result = FilePath(path_buf);
58 bool GetUserDownloadsDirectorySafe(FilePath* result) {
69 bool GetUserDownloadsDirectory(FilePath* result) {
76 *result = FilePath(std::wstring(path_buf));
82 bool GetUserDesktop(FilePath* result) {
93 *result = FilePath(system_buffer);