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

/system/core/toolbox/
H A Dumount.c33 char mount_path[256]; local
45 count = fscanf(f, "%255s %255s %255s\n", device, mount_path, rest);
47 if (is_loop(device) && strcmp(path, mount_path) == 0) {
/system/vold/
H A DVolume.cpp264 char mount_path[256]; local
276 sscanf(line, "%255s %255s %255s\n", device, mount_path, rest);
277 if (!strcmp(mount_path, path)) {
H A DVolumeManager.cpp856 char mount_path[256]; local
880 sscanf(line, "%255s %255s %255s\n", device, mount_path, rest);
882 if (!strncmp(mount_path, loopDir, loopDirLen)) {
1136 char mount_path[256]; local
1148 sscanf(line, "%255s %255s %255s\n", device, mount_path, rest);
1149 if (!strcmp(mount_path, mp)) {

Completed in 1068 milliseconds