Searched refs:is_package_owned_path (Results 1 – 1 of 1) sorted by relevance
/packages/providers/MediaProvider/jni/ |
D | FuseDaemon.cpp | 363 static bool is_package_owned_path(const string& path, const string& fuse_path) { in is_package_owned_path() function 388 if (should_inval || path.find(media_path, 0) == 0 || is_package_owned_path(path, fuse->path)) { in get_timeout() 450 e->attr_timeout = is_package_owned_path(path, fuse->path) || should_inval in make_node_entry() 618 fuse_reply_attr(req, &s, is_package_owned_path(path, fuse->path) ? in pf_getattr() 714 fuse_reply_attr(req, attr, is_package_owned_path(path, fuse->path) ? in pf_setattr()
|