Home
last modified time | relevance | path

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

/dports/databases/tiledb/TileDB-2.5.2/test/src/
H A Dunit-capi-uri.cc57 rc = tiledb_uri_to_path(ctx, "file:///my/path", path, &path_length);
72 rc = tiledb_uri_to_path(ctx, "file:///my/path", path, &path_length);
75 rc = tiledb_uri_to_path(ctx, "file:///my/path", path, &path_length);
78 rc = tiledb_uri_to_path(ctx, "file:///my/path", path, &path_length);
80 rc = tiledb_uri_to_path(ctx, "file:///my/path", nullptr, &path_length);
84 rc = tiledb_uri_to_path(ctx, "file:///C:/my/path", path, &path_length);
99 rc = tiledb_uri_to_path(ctx, "s3://my/path", path, &path_length);
107 rc = tiledb_uri_to_path(ctx, "hdfs://my/path", path, &path_length);
H A Dunit-capi-array.cc383 rc = tiledb_uri_to_path(ctx_, uri, path, &length);
/dports/databases/tiledb/TileDB-2.5.2/doc/source/
H A Dc-api.rst602 .. doxygenfunction:: tiledb_uri_to_path
/dports/databases/py-tiledb/tiledb-0.8.11/tiledb/
H A Dlibtiledb.pxd1160 int tiledb_uri_to_path(
/dports/databases/tiledb/TileDB-2.5.2/tiledb/sm/c_api/
H A Dtiledb.h6820 TILEDB_EXPORT int32_t tiledb_uri_to_path(
H A Dtiledb.cc5433 int32_t tiledb_uri_to_path( in tiledb_uri_to_path() function
/dports/databases/tiledb/TileDB-2.5.2/
H A DHISTORY.md1546 * `tiledb_uri_to_path()`: Function to convert a file:// URI to a platform-native path.