Home
last modified time | relevance | path

Searched refs:file_path (Results 1 – 2 of 2) sorted by relevance

/subsys/settings/src/
A Dsettings_file.c533 static int mkdir_for_file(const char *file_path) in mkdir_for_file() argument
538 for (size_t i = 0; file_path[i] != '\0'; i++) { in mkdir_for_file()
539 if (i > 0 && file_path[i] == '/') { in mkdir_for_file()
548 dir_path[i] = file_path[i]; in mkdir_for_file()
/subsys/bluetooth/controller/hci/
A Dhci.c5337 const char *file_path, argument
5343 if (file_path) {
5345 while (file_path[file_name_len] != '\0') {
5346 if (file_path[file_name_len] == '/') {
5351 file_path += pos;
5388 net_buf_add_mem(buf, file_path, file_name_len);

Completed in 40 milliseconds