Home
last modified time | relevance | path

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

/external/libwebsockets/minimal-examples/api-tests/api-test-fts/
Dmain.c28 static const char *index_filepath = "/tmp/lws-fts-test-index"; variable
53 index_filepath = filepath; in main()
91 ft = open(index_filepath, O_CREAT | O_WRONLY | O_TRUNC, 0600); in main()
94 index_filepath); in main()
160 jtf = lws_fts_open(index_filepath); in main()
/external/libwebsockets/minimal-examples/http-server/minimal-http-server-fulltext-search/
Dminimal-http-server.c19 const char *index_filepath = "./lws-fts.index"; variable
112 pvo_idx.value = index_filepath; in main()