Home
last modified time | relevance | path

Searched refs:miscDePath (Results 1 – 1 of 1) sorted by relevance

/frameworks/native/cmds/installd/
DInstalldNativeService.cpp3755 auto miscDePath = StringPrintf("%s/misc_de", create_data_path(uuid_).c_str()); in tryMountDataMirror() local
3766 if (access(miscDePath.c_str(), F_OK) != 0) { in tryMountDataMirror()
3805 if (TEMP_FAILURE_RETRY(mount(miscDePath.c_str(), mirrorVolMiscDePath.c_str(), NULL, in tryMountDataMirror()