Searched refs:_path (Results 1 – 2 of 2) sorted by relevance
117 if (intern->_path) { in spl_filesystem_object_free_storage()118 efree(intern->_path); in spl_filesystem_object_free_storage()200 return intern->_path; in spl_filesystem_object_get_path()367 intern->_path = estrndup(source->_path, source->_path_len); in spl_filesystem_object_clone()372 spl_filesystem_dir_open(intern, source->_path); in spl_filesystem_object_clone()429 if (intern->_path) { in spl_filesystem_info_set_filename()430 efree(intern->_path); in spl_filesystem_info_set_filename()519 intern->_path = estrndup(intern->_path, intern->_path_len); in spl_filesystem_object_create_type()545 intern->_path = estrndup(intern->_path, intern->_path_len); in spl_filesystem_object_create_type()732 if (intern->_path) { in spl_filesystem_object_construct()[all …]
63 char *_path; member
Completed in 22 milliseconds