Home
last modified time | relevance | path

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

/system/vold/
DFsCrypt.cpp69 using android::vold::IsDotOrDotDot;
160 if (IsDotOrDotDot(*entry)) continue; in get_ce_key_paths()
441 if (IsDotOrDotDot(*entry)) continue; in load_all_de_keys()
1112 if (IsDotOrDotDot(*entry)) continue; in destroy_volume_keys()
DMoveStorage.cpp73 if (IsDotOrDotDot(*ent)) continue; in pushBackContents()
DUtils.h181 bool IsDotOrDotDot(const struct dirent& ent);
DUtils.cpp1017 if (IsDotOrDotDot(*de)) continue; in calculate_dir_size()
1276 bool IsDotOrDotDot(const struct dirent& ent) { in IsDotOrDotDot() function
1293 if (IsDotOrDotDot(*de)) continue; in delete_dir_contents()