Searched refs:ExtractProfileFromPath (Results 1 – 5 of 5) sorted by relevance
65 TEST_F(ProfileRelatedFileSystemUtilTest, ExtractProfileFromPath) { in TEST_F() argument73 ExtractProfileFromPath(base::FilePath::FromUTF8Unsafe( in TEST_F()76 ExtractProfileFromPath(base::FilePath::FromUTF8Unsafe( in TEST_F()78 EXPECT_EQ(NULL, ExtractProfileFromPath( in TEST_F()
99 Profile* ExtractProfileFromPath(const base::FilePath& path);
194 Profile* ExtractProfileFromPath(const base::FilePath& path) { in ExtractProfileFromPath() function
199 Profile* profile = util::ExtractProfileFromPath(url.path()); in GetFileSystemFromUrl()
188 file_owner_profile_ = drive::util::ExtractProfileFromPath(local_path_); in StartProcess()900 Profile* const owner_profile = drive::util::ExtractProfileFromPath(path); in RunAsync()