Searched refs:MountForPath (Results 1 – 9 of 9) sorted by relevance
85 int ret = MountForPath(path1);88 ret = MountForPath(path2);93 ret = MountForPath(path3);97 ret = MountForPath(path4);
34 MountForPath(reinterpret_cast<const char*>(data)); in FuzzMountForPath()
26 int MountForPath(const std::string &path);
83 if (auto ret = Updater::MountForPath(name); ret != 0) { in DoFormat()
44 if (auto ret = Updater::MountForPath(GetPathRoot(FLASHD_FILE_PATH)); ret != 0) { in DoCommand()
51 if (auto ret = Updater::MountForPath(GetPathRoot(FLASHD_FILE_PATH)); ret != 0) { in DoCommand()
188 int MountForPath(const std::string &path) in MountForPath() function309 if (MountForPath(mountPoint) != 0) { in SetupPartitions()
56 if (MountForPath("/data") != 0) { in SetUpTestCase()
458 if (MountForPath(destPath) != 0) { in CopyUpdaterLogs()