Searched refs:mount_path (Results 1 - 3 of 3) sorted by relevance

/system/core/toolbox/
H A Dumount.c18 char mount_path[256]; local
30 count = fscanf(f, "%255s %255s %255s\n", device, mount_path, rest);
32 if (strcmp(LOOP_DEVICE, device) == 0 && strcmp(path, mount_path) == 0) {
/system/vold/
H A DVolume.cpp252 char mount_path[256]; local
264 sscanf(line, "%255s %255s %255s\n", device, mount_path, rest);
265 if (!strcmp(mount_path, path)) {
H A DVolumeManager.cpp922 char mount_path[256]; local
946 sscanf(line, "%255s %255s %255s\n", device, mount_path, rest);
948 if (!strncmp(mount_path, loopDir, loopDirLen)) {
1181 char mount_path[256]; local
1193 sscanf(line, "%255s %255s %255s\n", device, mount_path, rest);
1194 if (!strcmp(mount_path, mp)) {

Completed in 833 milliseconds