Home
last modified time | relevance | path

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

/trusty/user/app/storage/
Dclient.c364 char path_buf[FS_PATH_MAX]; in storage_file_delete() local
382 result = get_path(path_buf, sizeof(path_buf), &session->uuid, fname, in storage_file_delete()
388 SS_INFO("%s: path %s\n", __func__, path_buf); in storage_file_delete()
390 delete_res = file_delete(&session->tr, path_buf, flags.allow_repaired); in storage_file_delete()
447 char path_buf[FS_PATH_MAX]; in storage_file_move() local
482 result = get_path(path_buf, sizeof(path_buf), &session->uuid, src_name, in storage_file_move()
489 SS_INFO("%s: src path %s\n", __func__, path_buf); in storage_file_move()
493 !storage_file_check_name(&session->tr, file, path_buf)) { in storage_file_move()
497 open_result = file_open(&session->tr, path_buf, &tmp_file, in storage_file_move()
505 result = get_path(path_buf, sizeof(path_buf), &session->uuid, dst_name, in storage_file_move()
[all …]