Searched refs:CheckForIllegalFilenames (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/extensions/common/
H A Dfile_util.h88 bool CheckForIllegalFilenames(const base::FilePath& extension_path,
H A Dfile_util_unittest.cc152 EXPECT_TRUE(file_util::CheckForIllegalFilenames(temp.path(), &error));
168 EXPECT_TRUE(file_util::CheckForIllegalFilenames(temp.path(), &error));
182 EXPECT_FALSE(file_util::CheckForIllegalFilenames(temp.path(), &error));
H A Dfile_util.cc206 if (!CheckForIllegalFilenames(extension->path(), &warning))
259 bool CheckForIllegalFilenames(const base::FilePath& extension_path, function in namespace:extensions::file_util
/external/chromium_org/chrome/browser/extensions/
H A Dunpacked_installer.cc248 if (!file_util::CheckForIllegalFilenames(extension_path_, &error)) {

Completed in 98 milliseconds