OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NeedsNamespaceMigration
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/chrome/browser/chromeos/drive/
file_system_util_unittest.cc
192
TEST(FileSystemUtilTest,
NeedsNamespaceMigration
) {
194
EXPECT_FALSE(
NeedsNamespaceMigration
(
196
EXPECT_FALSE(
NeedsNamespaceMigration
(
198
EXPECT_FALSE(
NeedsNamespaceMigration
(
200
EXPECT_FALSE(
NeedsNamespaceMigration
(
202
EXPECT_FALSE(
NeedsNamespaceMigration
(
204
EXPECT_FALSE(
NeedsNamespaceMigration
(
208
EXPECT_TRUE(
NeedsNamespaceMigration
(
210
EXPECT_TRUE(
NeedsNamespaceMigration
(
212
EXPECT_TRUE(
NeedsNamespaceMigration
(
[
all
...]
file_system_util.h
111
bool
NeedsNamespaceMigration
(const base::FilePath& path);
115
//
NeedsNamespaceMigration
(path) should be true (after the TODOs are resolved).
file_system_util.cc
222
bool
NeedsNamespaceMigration
(const base::FilePath& path) {
237
DCHECK(
NeedsNamespaceMigration
(path));
245
DCHECK(!
NeedsNamespaceMigration
(new_path));
/external/chromium_org/chrome/browser/chromeos/file_manager/
path_util.cc
34
if (drive::util::
NeedsNamespaceMigration
(old_path)) {
Completed in 130 milliseconds