Searched refs:TAR_DIR (Results 1 – 5 of 5) sorted by relevance
118 #define TAR_DIR '5' macro
493 entry.tar_type = TAR_DIR; in phar_wrapper_mkdir()
490 entry.tar_type = TAR_DIR; in phar_parse_tarfile()493 if (entry.tar_type == TAR_DIR) { in phar_parse_tarfile()
585 etemp.tar_type = etemp.is_dir ? TAR_DIR : TAR_FILE; in phar_get_or_create_entry_data()
2283 newentry.tar_type = (entry->is_dir ? TAR_DIR : TAR_FILE); in phar_convert_to_other()
Completed in 30 milliseconds