OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mVirtualDiskPath
(Results
1 - 2
of
2
) sorted by null
/system/vold/
VolumeManager.h
218
std::string
mVirtualDiskPath
;
VolumeManager.cpp
268
if (Loop::create(kPathVirtualDisk,
mVirtualDiskPath
) != 0) {
274
if (stat(
mVirtualDiskPath
.c_str(), &buf) < 0) {
275
PLOG(ERROR) << "Failed to stat " <<
mVirtualDiskPath
;
299
Loop::destroyByDevice(
mVirtualDiskPath
.c_str());
[
all
...]
Completed in 46 milliseconds