HomeSort by relevance Sort by last modified time
    Searched full:whitelisted_path (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/chrome/browser/extensions/api/file_system/
file_system_api.cc 236 base::FilePath whitelisted_path; local
237 if (PathService::Get(kWhitelistedPaths[i], &whitelisted_path) &&
238 (whitelisted_path == path || whitelisted_path.IsParent(path))) {
    [all...]

Completed in 255 milliseconds