OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:distro
(Results
1 - 6
of
6
) sorted by null
/external/python/oauth2client/docs/
conf.py
67
distro
= get_distribution('oauth2client')
variable
68
version =
distro
.version
69
release =
distro
.version
/external/bcc/src/cc/export/
helpers.h
26
#error "CONFIG_BPF_SYSCALL is undefined, please check your .config or ask your Linux
distro
to enable this feature"
/device/linaro/bootloader/edk2/OvmfPkg/
create-release.py
101
distro
= run_and_capture_output(args=('lsb_release', '-sd')).strip()
119
print >> sb, 'system: ',
distro
, machine.replace('_', '-')
/external/ltp/testcases/kernel/io/disktest/
Makefile.aix
35
# added CHANGELOG to
distro
87
# Updated
distro
for man1
95
# structure to
distro
117
# Added clean up for tar file. Included man page in
distro
178
distro
: all-clean
/cts/hostsidetests/tzdata/src/com/android/cts/tzdata/
TzDataCheckTest.java
24
import com.android.timezone.
distro
.DistroVersion;
25
import com.android.timezone.
distro
.TimeZoneDistro;
26
import com.android.timezone.
distro
.builder.TimeZoneDistroBuilder;
62
* com.android.timezone.
distro
.installer.TimeZoneDistroInstaller} and tzdatacheck.cpp.
69
* com.android.timezone.
distro
.installer.TimeZoneDistroInstaller} and tzdatacheck.cpp.
75
* uninstall. Also known to {@link com.android.timezone.
distro
.installer.TimeZoneDistroInstaller} and
241
// Create a current installed
distro
.
331
// Create a current installed
distro
.
353
// an invalid
distro
is handled the same.
360
// Create a staged uninstall which contains invalid files (missing
distro
version)
[
all
...]
/external/autotest/client/common_lib/
software_manager.py
8
to make this lib to support your particular package manager/
distro
, please
66
self.
distro
= utils.get_os_vendor()
90
if 'apt-get' in list_supported and self.
distro
in ['Debian', 'Ubuntu']:
92
elif 'yum' in list_supported and self.
distro
== 'Fedora':
Completed in 432 milliseconds