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.cpp268 char mount_path[256]; local
280 sscanf(line, "%255s %255s %255s\n", device, mount_path, rest);
281 if (!strcmp(mount_path, path)) {
H A DVolumeManager.cpp1118 char mount_path[256]; local
1142 sscanf(line, "%255s %255s %255s\n", device, mount_path, rest);
1144 if (!strncmp(mount_path, loopDir, loopDirLen)) {
1454 char mount_path[256]; local
1466 sscanf(line, "%255s %255s %255s\n", device, mount_path, rest);
1467 if (!strcmp(mount_path, mp)) {

Completed in 126 milliseconds