Searched refs:fs_path_ (Results 1 – 2 of 2) sorted by relevance
252 zx_status_t result = mount(fd.release(), fs_path_.c_str(), format, in Mount()256 fs_path_.c_str(), GetFsBlockDevice().c_str()); in Mount()267 if (!fs_path_.empty()) { in Umount()268 zx_status_t result = umount(fs_path_.c_str()); in Umount()272 GetFsBlockDevice().c_str(), fs_path_.c_str()); in Umount()314 fs_path_ = fbl::StringPrintf(kFsPath, kMemFsPath); in SetUp()
138 return fs_path_; in fs_path()194 fbl::String fs_path_; variable
Completed in 4 milliseconds