OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mount_path_
(Results
1 - 2
of
2
) sorted by null
/external/chromium/chrome/browser/chromeos/cros/
mount_library.h
54
const std::string& mount_path() const { return
mount_path_
; }
78
void set_mount_path(const char* mount_path) {
mount_path_
= mount_path; }
79
void clear_mount_path() {
mount_path_
.clear(); }
83
std::string
mount_path_
;
member in class:chromeos::MountLibrary::Disk
mount_library.cc
32
mount_path_
(mount_path),
45
if (
mount_path_
.length() &&
mount_path_
.at(
mount_path_
.length() -1) != '/')
46
mount_path_
=
mount_path_
.append("/");
Completed in 1837 milliseconds