Home
last modified time | relevance | path

Searched refs:IsDotOrDotDot (Results 1 – 4 of 4) sorted by relevance

/system/vold/
DFsCrypt.cpp66 using android::vold::IsDotOrDotDot;
166 if (IsDotOrDotDot(*entry)) continue; in get_ce_key_paths()
454 if (IsDotOrDotDot(*entry)) continue; in load_all_de_keys()
1073 if (IsDotOrDotDot(*entry)) continue; in destroy_volume_keys()
DMoveStorage.cpp73 if (IsDotOrDotDot(*ent)) continue; in pushBackContents()
DUtils.h180 bool IsDotOrDotDot(const struct dirent& ent);
DUtils.cpp1017 if (IsDotOrDotDot(*de)) continue; in calculate_dir_size()
1272 bool IsDotOrDotDot(const struct dirent& ent) { in IsDotOrDotDot() function
1289 if (IsDotOrDotDot(*de)) continue; in delete_dir_contents()