HomeSort by relevance Sort by last modified time
    Searched defs:fstab_path (Results 1 - 2 of 2) sorted by null

  /bootable/recovery/bootloader_message/
bootloader_message.cpp 34 std::string fstab_path = "/fstab."; local
40 fstab_path += value;
41 struct fstab* fstab = fs_mgr_read_fstab(fstab_path.c_str());
43 *err = "failed to read " + fstab_path;
  /bootable/recovery/uncrypt/
uncrypt.cpp 171 char fstab_path[PATH_MAX+1] = "/fstab."; local
172 if (!property_get("ro.hardware", fstab_path+strlen(fstab_path), "")) {
177 fstab = fs_mgr_read_fstab(fstab_path);
179 ALOGE("failed to read %s", fstab_path);

Completed in 41 milliseconds