Home
last modified time | relevance | path

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

/aosp12/system/vold/
H A DFsCrypt.cpp70 using android::vold::IsDotOrDotDot;
145 if (IsDotOrDotDot(*entry)) continue; in get_ce_key_paths()
397 if (IsDotOrDotDot(*entry)) continue; in load_all_de_keys()
976 if (IsDotOrDotDot(*entry)) continue; in destroy_volume_keys()
H A DMoveStorage.cpp73 if (IsDotOrDotDot(*ent)) continue; in pushBackContents()
H A DUtils.h176 bool IsDotOrDotDot(const struct dirent& ent);
H A DUtils.cpp965 if (IsDotOrDotDot(*de)) continue; in calculate_dir_size()
1269 bool IsDotOrDotDot(const struct dirent& ent) { in IsDotOrDotDot() function
1286 if (IsDotOrDotDot(*de)) continue; in delete_dir_contents()
/aosp12/packages/modules/adb/client/
H A Dfile_sync_client.cpp1275 static bool IsDotOrDotDot(const char* name) { in IsDotOrDotDot() function
1292 if (IsDotOrDotDot(de->d_name)) { in local_build_list()
1551 if (IsDotOrDotDot(name)) { in remote_build_list()