Searched refs:permissions (Results 1 - 25 of 67) sorted by relevance

123

/system/core/libbacktrace/
H A DBacktraceMap.cpp13 * See the License for the specific language governing permissions and
51 char permissions[5]; local
60 &start, &end, permissions, &name_pos) != 3) {
67 &start, &end, permissions, &name_pos) != 3) {
75 if (permissions[0] == 'r') {
78 if (permissions[1] == 'w') {
81 if (permissions[2] == 'x') {
/system/bt/service/doc/
H A DIBluetoothGattServer.txt13 * See the License for the specific language governing permissions and
64 in int properties, in int permissions,
75 in int permissions,
/system/extras/ext4_utils/
H A Dkey_control.h26 long keyctl_setperm(key_serial_t id, int permissions);
H A Dkey_control.cpp36 long keyctl_setperm(key_serial_t id, int permissions) argument
38 return keyctl(KEYCTL_SETPERM, id, permissions);
/system/tpm/tpm_manager/server/
H A Dlocal_data_store_impl.cc13 // See the License for the specific language governing permissions and
41 int permissions = 0; local
42 if (base::GetPosixFilePermissions(path, &permissions) &&
43 (permissions & ~kLocalDataPermissions) != 0) {
74 LOG(ERROR) << "Failed to set permissions for file: " << path.value();
/system/bt/service/
H A Dgatt_server_old.h13 // See the License for the specific language governing permissions and
89 bool AddCharacteristic(const UUID &id, int properties, int permissions);
94 int permissions);
H A Dgatt_server.h13 // See the License for the specific language governing permissions and
147 const UUID& uuid, int properties, int permissions);
155 const UUID& uuid, int permissions);
202 int permissions)
203 : id(id), char_properties(char_properties), permissions(permissions) {}
207 int permissions; member in struct:bluetooth::GattServer::AttributeEntry
200 AttributeEntry(const GattIdentifier& id, int char_properties, int permissions) argument
/system/bt/service/common/bluetooth/binder/
H A DIBluetoothGattServer.h13 // See the License for the specific language governing permissions and
72 int properties, int permissions,
75 int server_if, const bluetooth::UUID& uuid, int permissions,
134 int properties, int permissions,
137 int server_if, const bluetooth::UUID& uuid, int permissions,
H A DIBluetoothGattServer.cpp13 // See the License for the specific language governing permissions and
87 int permissions = data.readInt32(); local
91 server_if, *uuid, properties, permissions, &out_id);
106 int permissions = data.readInt32(); local
109 bool result = AddDescriptor(server_if, *uuid, permissions, &out_id);
230 int properties, int permissions,
239 data.writeInt32(permissions);
252 int server_if, const bluetooth::UUID& uuid, int permissions,
260 data.writeInt32(permissions);
228 AddCharacteristic( int server_if, const bluetooth::UUID& uuid, int properties, int permissions, std::unique_ptr<bluetooth::GattIdentifier>* out_id) argument
251 AddDescriptor( int server_if, const bluetooth::UUID& uuid, int permissions, std::unique_ptr<bluetooth::GattIdentifier>* out_id) argument
/system/tpm/attestation/server/
H A Ddatabase_impl.cc13 // See the License for the specific language governing permissions and
101 int permissions = 0; local
102 if (base::GetPosixFilePermissions(path, &permissions) &&
103 (permissions & kMask) != 0) {
104 LOG(WARNING) << "Attempting to fix permissions on attestation database.";
105 base::SetPosixFilePermissions(path, permissions & ~kMask);
125 LOG(ERROR) << "Failed to set permissions for file: " << file_path.value();
/system/bt/service/ipc/binder/
H A Dbluetooth_gatt_server_binder_server.h13 // See the License for the specific language governing permissions and
51 int properties, int permissions,
54 int server_id, const bluetooth::UUID& uuid, int permissions,
/system/core/adf/libadf/
H A DAndroid.mk12 # See the License for the specific language governing permissions and
/system/core/libmincrypt/tools/
H A DAndroid.mk12 # See the License for the specific language governing permissions and
/system/extras/kexec_tools/
H A DAndroid.mk12 # See the License for the specific language governing permissions and
/system/extras/ksmutils/
H A DAndroid.mk12 # See the License for the specific language governing permissions and
/system/extras/latencytop/
H A DAndroid.mk12 # See the License for the specific language governing permissions and
/system/extras/librank/
H A DAndroid.mk12 # See the License for the specific language governing permissions and
/system/extras/procmem/
H A DAndroid.mk12 # See the License for the specific language governing permissions and
/system/extras/procrank/
H A DAndroid.mk12 # See the License for the specific language governing permissions and
/system/extras/puncture_fs/
H A DAndroid.mk12 # See the License for the specific language governing permissions and
/system/bt/btif/src/
H A Dbtif_gatt_server.c14 * See the License for the specific language governing permissions and
96 uint16_t permissions; member in struct:__anon655
464 p_cb->permissions, p_cb->properties);
473 BTA_GATTS_AddCharDescriptor(p_cb->srvc_handle, p_cb->permissions,
589 int permissions)
596 btif_cb.permissions = (uint16_t) permissions;
603 int permissions)
609 btif_cb.permissions = (uint16_t) permissions;
587 btif_gatts_add_characteristic(int server_if, int service_handle, bt_uuid_t *uuid, int properties, int permissions) argument
602 btif_gatts_add_descriptor(int server_if, int service_handle, bt_uuid_t *uuid, int permissions) argument
[all...]
/system/bt/profile/
H A DAndroid.mk14 # See the License for the specific language governing permissions and
/system/bt/service/hal/
H A Dfake_bluetooth_gatt_interface.h13 // See the License for the specific language governing permissions and
70 int properties, int permissions) = 0;
73 int permissions) = 0;
/system/core/adf/libadfhwc/
H A DAndroid.mk12 # See the License for the specific language governing permissions and
/system/core/trusty/libtrusty/
H A DAndroid.mk12 # See the License for the specific language governing permissions and

Completed in 820 milliseconds

123