HomeSort by relevance Sort by last modified time
    Searched refs:kDirectoryPath (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/chrome/browser/chromeos/file_system_provider/operations/
create_directory_unittest.cc 30 const base::FilePath::CharType kDirectoryPath[] = "/kitty/and/puppy/happy";
60 base::FilePath::FromUTF8Unsafe(kDirectoryPath),
85 EXPECT_EQ(kDirectoryPath, options.directory_path);
96 base::FilePath::FromUTF8Unsafe(kDirectoryPath),
120 base::FilePath::FromUTF8Unsafe(kDirectoryPath),
137 base::FilePath::FromUTF8Unsafe(kDirectoryPath),
160 base::FilePath::FromUTF8Unsafe(kDirectoryPath),
read_directory_unittest.cc 30 const base::FilePath::CharType kDirectoryPath[] = "/directory";
102 base::FilePath::FromUTF8Unsafe(kDirectoryPath),
127 EXPECT_EQ(kDirectoryPath, options.directory_path);
136 base::FilePath::FromUTF8Unsafe(kDirectoryPath),
155 base::FilePath::FromUTF8Unsafe(kDirectoryPath),
223 base::FilePath::FromUTF8Unsafe(kDirectoryPath),
get_metadata_unittest.cc 31 const base::FilePath::CharType kDirectoryPath[] = "/directory";
100 base::FilePath::FromUTF8Unsafe(kDirectoryPath),
126 EXPECT_EQ(kDirectoryPath, options.entry_path);
137 base::FilePath::FromUTF8Unsafe(kDirectoryPath),
158 base::FilePath::FromUTF8Unsafe(kDirectoryPath),
231 base::FilePath::FromUTF8Unsafe(kDirectoryPath),
293 base::FilePath::FromUTF8Unsafe(kDirectoryPath),

Completed in 254 milliseconds