Home
last modified time | relevance | path

Searched refs:ExtractProfileFromPath (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/chrome/browser/chromeos/drive/
Dfile_system_util_unittest.cc65 TEST_F(ProfileRelatedFileSystemUtilTest, ExtractProfileFromPath) { in TEST_F() argument
73 ExtractProfileFromPath(base::FilePath::FromUTF8Unsafe( in TEST_F()
76 ExtractProfileFromPath(base::FilePath::FromUTF8Unsafe( in TEST_F()
78 EXPECT_EQ(NULL, ExtractProfileFromPath( in TEST_F()
Dfile_system_util.h99 Profile* ExtractProfileFromPath(const base::FilePath& path);
Dfile_system_util.cc194 Profile* ExtractProfileFromPath(const base::FilePath& path) { in ExtractProfileFromPath() function
/external/chromium_org/chrome/browser/chromeos/drive/fileapi/
Dfileapi_worker.cc199 Profile* profile = util::ExtractProfileFromPath(url.path()); in GetFileSystemFromUrl()
/external/chromium_org/chrome/browser/chromeos/extensions/file_manager/
Dprivate_api_drive.cc188 file_owner_profile_ = drive::util::ExtractProfileFromPath(local_path_); in StartProcess()
900 Profile* const owner_profile = drive::util::ExtractProfileFromPath(path); in RunAsync()