Searched refs:given (Results 1 – 25 of 63) sorted by relevance
123
/system/core/fs_mgr/libfiemap/ |
D | utility.cpp | 82 struct stat userdata, given; in GetDevicePathForFile() local 83 if (!stat(bdev_path.c_str(), &given) && !stat(kUserdataDevice, &userdata)) { in GetDevicePathForFile() 84 if (S_ISBLK(given.st_mode) && S_ISBLK(userdata.st_mode) && in GetDevicePathForFile() 85 given.st_rdev == userdata.st_rdev) { in GetDevicePathForFile()
|
/system/bt/service/doc/ |
D | IBluetoothGattServerCallback.txt | 45 * this request by calling IBluetoothGattServer.sendResponse with the given 63 * this request by calling IBluetoothGattServer.sendResponse with the given 79 * this request by calling IBluetoothGattServer.sendResponse with the given 99 * this request by calling IBluetoothGattServer.sendResponse with the given 121 * with the given |request_id|.
|
D | IBluetoothGattServer.txt | 65 * given address for the characteristic with the given handle. |confirm|
|
/system/sepolicy/prebuilts/api/26.0/public/ |
D | tombstoned.te | 5 # Write to arbitrary pipes given to us.
|
D | crash_dump.te | 24 # Append to pipes given to us by processes requesting dumps (e.g. dumpstate)
|
D | hal_neverallows.te | 23 # HALs are defined as an attribute and so a given domain could hypothetically
|
/system/core/logd/ |
D | README.replay.md | 32 3. `latency BUFFER_TYPE` - this prints statistics of the latency of the Log() function for the given 35 4. `print_logs BUFFER_TYPE [buffers] [print_point]` - this prints the logs as processed by the given 46 given buffer type. This is used for profiling CPU usage of strictly the log buffer.
|
/system/sepolicy/prebuilts/api/29.0/public/ |
D | tombstoned.te | 5 # Write to arbitrary pipes given to us.
|
D | crash_dump.te | 21 # Append to pipes given to us by processes requesting dumps (e.g. dumpstate)
|
/system/sepolicy/prebuilts/api/30.0/public/ |
D | tombstoned.te | 5 # Write to arbitrary pipes given to us.
|
D | crash_dump.te | 21 # Append to pipes given to us by processes requesting dumps (e.g. dumpstate)
|
/system/sepolicy/public/ |
D | tombstoned.te | 5 # Write to arbitrary pipes given to us.
|
D | crash_dump.te | 21 # Append to pipes given to us by processes requesting dumps (e.g. dumpstate)
|
D | hal_neverallows.te | 31 # HALs are defined as an attribute and so a given domain could hypothetically
|
/system/sepolicy/prebuilts/api/27.0/public/ |
D | tombstoned.te | 5 # Write to arbitrary pipes given to us.
|
D | crash_dump.te | 27 # Append to pipes given to us by processes requesting dumps (e.g. dumpstate)
|
D | hal_neverallows.te | 22 # HALs are defined as an attribute and so a given domain could hypothetically
|
/system/sepolicy/prebuilts/api/28.0/public/ |
D | tombstoned.te | 5 # Write to arbitrary pipes given to us.
|
D | crash_dump.te | 21 # Append to pipes given to us by processes requesting dumps (e.g. dumpstate)
|
D | hal_neverallows.te | 29 # HALs are defined as an attribute and so a given domain could hypothetically
|
/system/bt/doc/ |
D | power_management.md | 37 currently known connections to a given device. Thus, if RFCOMM specifies that 99 are found for the given profile ID and app ID, the function simply 101 - If any timers were set for the given `BD_ADDR`, they are stopped. 110 with the state given to the function. 115 services for the given `BD_ADDR`, then looks up the ssr values from the 136 request to enable PARK for the given peer and connection. 158 2. `bta_dm_pm_btm_cback` packages up the given parameters into a
|
/system/core/init/ |
D | README.md | 186 _type_ set to "net". Note that only one namespace of a given _type_ may be entered. 285 > This applies the given rlimit to the service. rlimits are inherited by child 286 processes, so this effectively applies the given rlimit to the process tree 326 given console. 362 > Write the child's pid to the given files when it forks. Meant for 382 value to a given new value or when a named property changes value to 466 > Fork and execute command with the given arguments. The command starts 474 > Fork and execute command with the given arguments. This is handled similarly 479 > Start a given service and halt the processing of additional init commands 537 > Create a directory at _path_, optionally with the given mode, owner, and [all …]
|
/system/tools/mkbootimg/ |
D | pylintrc | 51 # Enable the message, report, category or checker with the given id(s). You can 56 # Disable the message, report, category or checker with the given id(s). You 343 # given file (report RP0402 must not be disabled) 346 # Create a graph of external dependencies in the given file (report RP0402 must 350 # Create a graph of internal dependencies in the given file (report RP0402 must
|
/system/extras/memory_replay/traces/ |
D | README | 22 thread_done - Terminate the thread with the given tid.
|
/system/libsysprop/srcs/android/sysprop/ |
D | ContactsProperties.sysprop | 60 # If present, overrides the size given in DEFAULT_THUMBNAIL
|
123