Lines Matching refs:abs_path
420 char **abs_path) in rel_path_to_abs_path() argument
430 keystore->userdir, abs_path); in rel_path_to_abs_path()
434 if (!ifapi_io_path_exists(*abs_path)) { in rel_path_to_abs_path()
436 SAFE_FREE(*abs_path); in rel_path_to_abs_path()
438 keystore->systemdir, abs_path); in rel_path_to_abs_path()
441 if (ifapi_io_path_exists(*abs_path)) { in rel_path_to_abs_path()
488 char *abs_path = NULL; in ifapi_keystore_load_async() local
496 r = rel_path_to_abs_path(keystore, path, &abs_path); in ifapi_keystore_load_async()
500 r = ifapi_io_read_async(io, abs_path); in ifapi_keystore_load_async()
503 SAFE_FREE(abs_path); in ifapi_keystore_load_async()
793 char *abs_path = NULL; in ifapi_keystore_delete() local
796 r = rel_path_to_abs_path(keystore, path, &abs_path); in ifapi_keystore_delete()
799 r = ifapi_io_remove_file(abs_path); in ifapi_keystore_delete()
802 SAFE_FREE(abs_path); in ifapi_keystore_delete()