HomeSort by relevance Sort by last modified time
    Searched refs:mount_path (Results 1 - 6 of 6) sorted by null

  /external/chromium/chrome/browser/chromeos/cros/
mount_library.h 39 const std::string& mount_path,
54 const std::string& mount_path() const { return mount_path_; } function in class:chromeos::MountLibrary::Disk
78 void set_mount_path(const char* mount_path) { mount_path_ = mount_path; }
mount_library.cc 19 const std::string& mount_path,
32 mount_path_(mount_path),
134 const char* mount_path,
140 mount_path,
148 const char* mount_path,
197 const char* mount_path,
202 if (error == MOUNT_METHOD_ERROR_NONE && device_path && mount_path) {
211 disk->set_mount_path(mount_path);
280 if (disk->mount_path() != NULL)
281 mountpath = disk->mount_path();
    [all...]
  /system/core/toolbox/
umount.c 33 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) {
  /external/chromium/chrome/browser/chromeos/extensions/
file_browser_event_router.cc 42 result->SetString("mountPath", disk->mount_path());
150 if (disk->mount_path().empty()) {
179 if (!disk->mount_path().empty()) {
185 disk->mount_path()));
188 FileManagerUtil::ShowFullTabUrl(profile_, FilePath(disk->mount_path()));
216 std::string mount_path; local
  /system/vold/
Volume.cpp 267 char mount_path[256]; local
279 sscanf(line, "%255s %255s %255s\n", device, mount_path, rest);
280 if (!strcmp(mount_path, path)) {
VolumeManager.cpp 1186 char mount_path[256]; local
1527 char mount_path[256]; local
    [all...]

Completed in 177 milliseconds