Home
last modified time | relevance | path

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

/dports/devel/love/love-11.3/src/modules/filesystem/physfs/
H A DFilesystem.cpp335 auto it = std::find(allowedMountPaths.begin(), allowedMountPaths.end(), archive); in mount()
337 if (it != allowedMountPaths.end()) in mount()
403 auto it = std::find(allowedMountPaths.begin(), allowedMountPaths.end(), archive); in unmount()
405 if (it != allowedMountPaths.end()) in unmount()
691 if (std::find(allowedMountPaths.begin(), allowedMountPaths.end(), path) == allowedMountPaths.end()) in allowMountingForPath()
692 allowedMountPaths.push_back(path); in allowMountingForPath()
H A DFilesystem.h128 std::vector<std::string> allowedMountPaths; variable
/dports/devel/love10/love-0.10.2/src/modules/filesystem/physfs/
H A DFilesystem.cpp372 auto it = std::find(allowedMountPaths.begin(), allowedMountPaths.end(), archive); in mount()
374 if (it != allowedMountPaths.end()) in mount()
418 auto it = std::find(allowedMountPaths.begin(), allowedMountPaths.end(), archive); in unmount()
420 if (it != allowedMountPaths.end()) in unmount()
778 if (std::find(allowedMountPaths.begin(), allowedMountPaths.end(), path) == allowedMountPaths.end()) in allowMountingForPath()
779 allowedMountPaths.push_back(path); in allowMountingForPath()
H A DFilesystem.h131 std::vector<std::string> allowedMountPaths; variable