Home
last modified time | relevance | path

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

/optee_benchmark/libyaml/examples/
A Danchors.yaml1 base: &base
5 <<: *base
9 <<: *base
/optee_benchmark/
A Dbenchmark_aux.c58 char *res, *base; in alloc_argv() local
73 base = basename(path); in alloc_argv()
75 testapp_argv[0] = malloc(strlen(base) + 1); in alloc_argv()
79 memcpy(testapp_argv[0], base, strlen(base) + 1); in alloc_argv()

Completed in 3 milliseconds