Searched refs:path_len (Results 1 – 6 of 6) sorted by relevance
/trusty/user/app/storage/ |
D | client_tipc.c | 241 size_t path_len) { in write_to_buf() argument 250 strncpy(resp->name, path, path_len); in write_to_buf() 251 resp->name[path_len] = '\0'; in write_to_buf() 252 this->buf_used += path_len + 1; in write_to_buf()
|
D | client.h | 218 size_t path_len),
|
D | client.c | 875 size_t path_len); 892 size_t path_len = path ? strlen(path) : 0; in storage_file_list_add() local 893 assert(path_len <= FS_PATH_MAX - miter->prefix_len); in storage_file_list_add() 894 miter->record_path(miter->callback_data, flags, path, path_len); in storage_file_list_add() 939 size_t path_len), in storage_file_list() argument
|
D | aidl_service.cpp | 253 const char* path, size_t path_len) { in readNextFilenames() argument 262 data.out->emplace_back(path, path_len); in readNextFilenames()
|
/trusty/kernel/lib/trusty/include/lib/trusty/ |
D | trusty_app.h | 60 uint32_t path_len; member
|
/trusty/kernel/lib/trusty/ |
D | trusty_app.c | 663 if (!strncmp(port_path, entry->path, entry->path_len)) { in find_manifest_port_entry_locked() 1016 entry->path_len = manifest_entry.value.start_port.name_size; in load_app_config_options()
|