preload_util.cpp 182 B
Newer Older
//
// Created by evie on 9/4/17.
//

Marc Vef's avatar
Marc Vef committed
#include <preload/preload_util.hpp>
#include <cstring>

bool is_fs_path(const char* path) {
Marc Vef's avatar
Marc Vef committed
    return strstr(path, mountdir.c_str()) == path;