Home
last modified time | relevance | path

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

/external/chromium/third_party/libjingle/source/talk/base/
Dunixfilesystem.cc199 pathname.AppendFolder(*append); in GetTemporaryFolder()
427 path->AppendFolder(".config"); in GetAppDataFolder()
438 path->AppendFolder(organization_name_); in GetAppDataFolder()
439 path->AppendFolder(application_name_); in GetAppDataFolder()
449 path->AppendFolder(subdir); in GetAppDataFolder()
Dpathutils.h99 void AppendFolder(const std::string& folder);
142 path.AppendFolder(append); in FinishPath()
Dproxydetect.cc400 path->AppendFolder("Mozilla"); in GetFirefoxProfilePath()
401 path->AppendFolder("Firefox"); in GetFirefoxProfilePath()
416 path->AppendFolder("Firefox"); in GetFirefoxProfilePath()
423 path->AppendFolder(".mozilla"); in GetFirefoxProfilePath()
424 path->AppendFolder("firefox"); in GetFirefoxProfilePath()
473 candidate.AppendFolder(line.substr(5)); in GetDefaultFirefoxProfile()
488 path.AppendFolder("Profiles"); in GetDefaultFirefoxProfile()
499 profile->AppendFolder("Profiles"); in GetDefaultFirefoxProfile()
500 profile->AppendFolder(it->Name()); in GetDefaultFirefoxProfile()
Dfileutils.cc205 subdir.AppendFolder(di->Name()); in DirectoryIterator()
Dpathutils.cc192 void Pathname::AppendFolder(const std::string& folder) { in AppendFolder() function in talk_base::Pathname
Dwin32filesystem.cc232 pathname.AppendFolder(*append); in GetTemporaryFolder()
/external/chromium_org/third_party/libjingle/source/talk/base/
Dunixfilesystem.cc193 pathname.AppendFolder(*append); in GetTemporaryFolder()
424 path->AppendFolder(".config"); in GetAppDataFolder()
435 path->AppendFolder(organization_name_); in GetAppDataFolder()
436 path->AppendFolder(application_name_); in GetAppDataFolder()
446 path->AppendFolder(subdir); in GetAppDataFolder()
Dpathutils.h99 void AppendFolder(const std::string& folder);
142 path.AppendFolder(append); in FinishPath()
Dproxydetect.cc402 path->AppendFolder("Mozilla"); in GetFirefoxProfilePath()
403 path->AppendFolder("Firefox"); in GetFirefoxProfilePath()
418 path->AppendFolder("Firefox"); in GetFirefoxProfilePath()
425 path->AppendFolder(".mozilla"); in GetFirefoxProfilePath()
426 path->AppendFolder("firefox"); in GetFirefoxProfilePath()
475 candidate.AppendFolder(line.substr(5)); in GetDefaultFirefoxProfile()
490 path.AppendFolder("Profiles"); in GetDefaultFirefoxProfile()
501 profile->AppendFolder("Profiles"); in GetDefaultFirefoxProfile()
502 profile->AppendFolder(it->Name()); in GetDefaultFirefoxProfile()
Dunittest_main.cc63 path.AppendFolder("talk"); in GetTalkDirectory()
Dfileutils_unittest.cc117 path.AppendFolder("this_folder_doesnt_exist"); in TEST()
Dfileutils.cc217 subdir.AppendFolder(di->Name()); in DirectoryIterator()
Dpathutils.cc192 void Pathname::AppendFolder(const std::string& folder) { in AppendFolder() function in talk_base::Pathname
Dwin32filesystem.cc232 pathname.AppendFolder(*append); in GetTemporaryFolder()
/external/chromium_org/third_party/libjingle/source/talk/media/base/
Dtestutils.cc259 path.AppendFolder("media"); in GetTestFilePath()
260 path.AppendFolder("testdata"); in GetTestFilePath()