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

  /system/core/adb/
remount_service.cpp 65 static std::string find_mount(const char* dir, bool is_root) { function
90 std::string dev = find_mount(dir, is_root);
  /external/syslinux/extlinux/
mountinfo.c 195 const struct mountinfo *find_mount(const char *path, char **subpath) function
261 m = find_mount(argv[i], &subpath);

Completed in 967 milliseconds