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

  /external/chromium/chrome/common/extensions/
extension_file_util.h 73 bool CheckForIllegalFilenames(const FilePath& extension_path,
extension_file_util_unittest.cc 114 EXPECT_TRUE(extension_file_util::CheckForIllegalFilenames(temp.path(),
126 EXPECT_TRUE(extension_file_util::CheckForIllegalFilenames(temp.path(),
141 EXPECT_FALSE(extension_file_util::CheckForIllegalFilenames(temp.path(),
extension_file_util.cc 300 if (!CheckForIllegalFilenames(extension->path(), error)) {
483 bool CheckForIllegalFilenames(const FilePath& extension_path,

Completed in 368 milliseconds