Home
last modified time | relevance | path

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

/aosp12/system/core/fs_mgr/libfiemap/
H A Dimage_test.cpp49 static std::string gDataMountPath; variable
198 gDataMountPath = gDataPath + "/mnt"s; in main()
200 if (!Mkdir(gDataPath) || !Mkdir(kMetadataPath) || !Mkdir(gDataMountPath) || in main()