OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsFileSystemProviderLocalPath
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/chrome/browser/chromeos/file_system_provider/
mount_path_util.h
28
bool
IsFileSystemProviderLocalPath
(const base::FilePath& local_path);
mount_path_util_unittest.cc
109
TEST_F(FileSystemProviderMountPathUtilTest,
IsFileSystemProviderLocalPath
) {
117
EXPECT_TRUE(
IsFileSystemProviderLocalPath
(mount_path));
118
EXPECT_TRUE(
IsFileSystemProviderLocalPath
(local_file_path));
120
EXPECT_FALSE(
IsFileSystemProviderLocalPath
(
122
EXPECT_FALSE(
IsFileSystemProviderLocalPath
(
125
IsFileSystemProviderLocalPath
(base::FilePath::FromUTF8Unsafe("/")));
126
EXPECT_FALSE(
IsFileSystemProviderLocalPath
(base::FilePath()));
mount_path_util.cc
64
bool
IsFileSystemProviderLocalPath
(const base::FilePath& local_path) {
146
if (!
IsFileSystemProviderLocalPath
(local_path_))
/external/chromium_org/chrome/browser/chromeos/file_manager/
filesystem_api_util.cc
161
if (chromeos::file_system_provider::util::
IsFileSystemProviderLocalPath
(
Completed in 127 milliseconds