Home | History | Annotate | Download | only in adb

Lines Matching refs:directory_exists

892     if (!directory_exists(path)) {
1433 if (rc == 0 && (src.empty() || src == "vendor") && directory_exists(vendor_src_path)) {
1436 if (rc == 0 && (src.empty() || src == "oem") && directory_exists(oem_src_path)) {