Home
last modified time | relevance | path

Searched refs:AppendFolder (Results 1 – 10 of 10) sorted by relevance

/external/webrtc/webrtc/base/
Dunixfilesystem.cc201 pathname.AppendFolder(*append); in GetTemporaryFolder()
437 path->AppendFolder(".config"); in GetAppDataFolder()
448 path->AppendFolder(organization_name_); in GetAppDataFolder()
449 path->AppendFolder(application_name_); in GetAppDataFolder()
459 path->AppendFolder(subdir); in GetAppDataFolder()
Dpathutils.h82 void AppendFolder(const std::string& folder);
127 path.AppendFolder(append); in FinishPath()
Dproxydetect.cc391 path->AppendFolder("Mozilla"); in GetFirefoxProfilePath()
392 path->AppendFolder("Firefox"); in GetFirefoxProfilePath()
407 path->AppendFolder("Firefox"); in GetFirefoxProfilePath()
414 path->AppendFolder(".mozilla"); in GetFirefoxProfilePath()
415 path->AppendFolder("firefox"); in GetFirefoxProfilePath()
464 candidate.AppendFolder(line.substr(5)); in GetDefaultFirefoxProfile()
479 path.AppendFolder("Profiles"); in GetDefaultFirefoxProfile()
490 profile->AppendFolder("Profiles"); in GetDefaultFirefoxProfile()
491 profile->AppendFolder(it->Name()); in GetDefaultFirefoxProfile()
Dfilerotatingstream_unittest.cc32 test_path.AppendFolder(dir_name); in Init()
191 test_path.AppendFolder(dir_name); in Init()
Dfileutils_unittest.cc100 path.AppendFolder("this_folder_doesnt_exist"); in TEST()
Dpathutils.cc175 void Pathname::AppendFolder(const std::string& folder) { in AppendFolder() function in rtc::Pathname
Dfileutils.cc200 subdir.AppendFolder(di->Name()); in DirectoryIterator()
Dwin32filesystem.cc216 pathname.AppendFolder(*append); in GetTemporaryFolder()
Dtestutils.h446 potential_parallel_dir.AppendFolder(parallel_dir); in GetSiblingDirectory()
/external/webrtc/talk/media/base/
Dtestutils.cc272 path.AppendFolder("media/testdata/"); in GetTestFilePath()