Searched refs:_path (Results 1 – 2 of 2) sorted by relevance
85 if (intern->_path) { in spl_filesystem_object_free_storage()86 efree(intern->_path); in spl_filesystem_object_free_storage()184 return intern->_path; in spl_filesystem_object_get_path()342 intern->_path = estrndup(source->_path, source->_path_len); in spl_filesystem_object_clone()347 spl_filesystem_dir_open(intern, source->_path); in spl_filesystem_object_clone()405 if (intern->_path) { in spl_filesystem_info_set_filename()406 efree(intern->_path); in spl_filesystem_info_set_filename()495 intern->_path = estrndup(intern->_path, intern->_path_len); in spl_filesystem_object_create_type()521 intern->_path = estrndup(intern->_path, intern->_path_len); in spl_filesystem_object_create_type()709 if (intern->_path) { in spl_filesystem_object_construct()[all …]
65 char *_path; member
Completed in 18 milliseconds