Searched defs:kFakeFilePath (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/chrome/browser/chromeos/file_system_provider/
H A Dfake_provided_file_system.cc24 const char kFakeFilePath[] = "/hello.txt"; member in namespace:chromeos::file_system_provider
47 AddEntry(base::FilePath::FromUTF8Unsafe(kFakeFilePath),
184 opened_file_it->second.AsUTF8Unsafe() != kFakeFilePath) {
255 const base::File::Error result = file_path.AsUTF8Unsafe() != kFakeFilePath
296 opened_file_it->second.AsUTF8Unsafe() != kFakeFilePath) {

Completed in 86 milliseconds