Searched refs:require (Results 1 – 25 of 49) sorted by relevance
12
/system/vold/ |
D | IdleMaint.cpp | 276 std::string require; in runDevGcFstab() local 277 if (!ReadFileToString(path, &require)) { in runDevGcFstab() 281 require = android::base::Trim(require); in runDevGcFstab() 282 if (require == "" || require == "off" || require == "disabled") { in runDevGcFstab()
|
/system/apex/tests/ |
D | README.md | 3 Presently, these tests require an unreleased version of the framework, and
|
/system/tools/aidl/build/ |
D | go.mod | 3 require (
|
/system/sepolicy/prebuilts/api/30.0/private/ |
D | traced_perf.te | 14 # check (which would require a process:attach SELinux allow-rule).
|
D | mls | 61 # For symlinks in app_data_file, require equivalence in order to manipulate or follow (read).
|
/system/sepolicy/private/ |
D | traced_perf.te | 14 # check (which would require a process:attach SELinux allow-rule).
|
D | mls | 61 # For symlinks in app_data_file, require equivalence in order to manipulate or follow (read).
|
/system/security/keystore/ |
D | key_config.proto | 34 // What auth types does this key require? If none, then no auth required.
|
D | operation_config.proto | 35 // What auth types does this op require? If none, then no auth required.
|
/system/bt/ |
D | README.md | 19 Install dependencies (require sudo access):
|
/system/nvram/ |
D | README.md | 9 require a trusted storage location for critical data that an attacker can't
|
/system/tools/mkbootimg/ |
D | pylintrc | 7 # pygtk.require(). 224 # not require a docstring. 227 # Minimum line length for functions/classes that require docstrings, shorter
|
/system/extras/app-launcher/ |
D | README | 58 different metrics, but that will require a change to getstats() to
|
/system/sepolicy/prebuilts/api/26.0/private/ |
D | domain_deprecated.te | 168 # only require read
|
/system/sepolicy/prebuilts/api/28.0/public/ |
D | vendor_init.te | 31 # chown/chmod require open+read+setattr required for open()+fchown/fchmod().
|
/system/sepolicy/prebuilts/api/29.0/private/ |
D | mls | 61 # For symlinks in app_data_file, require equivalence in order to manipulate or follow (read).
|
/system/update_engine/ |
D | pylintrc | 21 # pygtk.require(). 347 # not require a docstring. 350 # Minimum line length for functions/classes that require docstrings, shorter
|
/system/extras/partition_tools/ |
D | README.md | 22 * `-b,--block-size=N` - When writing a sparse image, the device may require a specific block size. …
|
/system/sepolicy/prebuilts/api/30.0/public/ |
D | vendor_init.te | 29 # chown/chmod require open+read+setattr required for open()+fchown/fchmod().
|
/system/sepolicy/public/ |
D | vendor_init.te | 29 # chown/chmod require open+read+setattr required for open()+fchown/fchmod().
|
/system/sepolicy/prebuilts/api/29.0/public/ |
D | vendor_init.te | 29 # chown/chmod require open+read+setattr required for open()+fchown/fchmod().
|
/system/core/liblog/ |
D | README.md | 156 BATCH scheduling policy and background task cgroup. If you require a group of messages to be passed
|
/system/core/fastboot/fuzzy_fastboot/ |
D | README.md | 183 | input | A image filename | Some oem commands require staging … 256 <!-- Some oem commands might require staging or downloading data, or both --> 294 the conformance tests are passing before you move on. All other tests require that
|
/system/core/libunwindstack/ |
D | AndroidVersions.md | 41 it doesn't require any load bias manipulations.
|
/system/core/fastboot/ |
D | README.md | 154 Useful for upgrade processes that require upgrading 368 incomplete. Large data such as downloading an image may require many
|
12