OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:kexcludes
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/webkit/browser/fileapi/
sandbox_directory_database.cc
273
const base::FilePath
kExcludes
[] = {
299
if (std::find(
kExcludes
,
kExcludes
+ arraysize(
kExcludes
),
300
relative_file_path) !=
kExcludes
+ arraysize(
kExcludes
))
391
const base::FilePath
kExcludes
[] = {
395
for (size_t i = 0; i < arraysize(
kExcludes
); ++i) {
396
if (data_path ==
kExcludes
[i] ||
kExcludes
[i].IsParent(data_path)
[
all
...]
Completed in 124 milliseconds