Home
last modified time | relevance | path

Searched refs:spec_file (Results 1 – 7 of 7) sorted by relevance

/third_party/python/Lib/distutils/command/
Dbdist_rpm.py396 spec_file = [
417 spec_file.append('# Workaround for http://bugs.python.org/issue14443')
418 spec_file.append('%define __os_install_post ' + fixed_hook + '\n')
427 spec_file.extend([
436 spec_file.append('Source0: %{name}-%{unmangled_version}.tar.bz2')
438 spec_file.append('Source0: %{name}-%{unmangled_version}.tar.gz')
440 spec_file.extend([
449 spec_file.append('BuildArch: noarch')
451 spec_file.append( 'BuildArch: %s' % self.force_arch )
462 spec_file.append('%s: %s' % (field, ' '.join(val)))
[all …]
/third_party/selinux/libselinux/src/
Dlabel.c146 if (compat_validate(rec, lr, rec->spec_file, lr->lineno)) in selabel_fini()
229 free(rec->spec_file); in selabel_open()
367 free(rec->spec_file); in selabel_close()
Dlabel_internal.h111 char *spec_file; member
Dlabel_media.c103 rec->spec_file = strdup(path); in init()
Dlabel_x.c130 rec->spec_file = strdup(path); in init()
Dlabel_db.c295 rec->spec_file = strdup(path); in db_init()
Dlabel_file.c766 rec->spec_file = strdup(path); in init()