Home
last modified time | relevance | path

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

/bootable/recovery/otautil/
DDirUtil.cpp65 DirStatus ds; in dirCreateHierarchy() local
92 ds = getPathDirStatus(cpath.c_str()); in dirCreateHierarchy()
93 if (ds == DDIR) { in dirCreateHierarchy()
95 } else if (ds == DILLEGAL) { in dirCreateHierarchy()
126 ds = getPathDirStatus(path_start); in dirCreateHierarchy()
127 if (ds == DILLEGAL) { in dirCreateHierarchy()
132 } else if (ds == DMISSING) { in dirCreateHierarchy()