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.cpp260 char mount_path[256]; local
272 sscanf(line, "%255s %255s %255s\n", device, mount_path, rest);
273 if (!strcmp(mount_path, path)) {
H A DVolumeManager.cpp1187 char mount_path[256]; local
1211 sscanf(line, "%255s %255s %255s\n", device, mount_path, rest);
1213 if (!strncmp(mount_path, loopDir, loopDirLen)) {
1528 char mount_path[256]; local
1540 sscanf(line, "%255s %255s %255s\n", device, mount_path, rest);
1541 if (!strcmp(mount_path, mp)) {

Completed in 66 milliseconds