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

  /system/core/fs_mgr/include_fstab/fstab/
fstab.h 65 struct fstab* fs_mgr_read_fstab(const char* fstab_path);
  /system/core/fs_mgr/
fs_mgr_fstab.cpp 725 struct fstab *fs_mgr_read_fstab(const char *fstab_path)
730 fstab_file = fopen(fstab_path, "r");
732 PERROR << __FUNCTION__<< "(): cannot open file: '" << fstab_path << "'"; local
738 fstab->fstab_filename = strdup(fstab_path);
740 LERROR << __FUNCTION__ << "(): failed to load fstab from : '" << fstab_path << "'"; local
788 std::string fstab_path = prefix + hw; local
789 if (access(fstab_path.c_str(), F_OK) == 0) {
790 return fstab_path;
    [all...]

Completed in 219 milliseconds