Searched refs:indexName (Results 1 - 3 of 3) sorted by relevance

/haiku/src/bin/
H A Drmindex.cpp98 remove_index(dev_t device, const char* indexName, bool verbose) argument
103 status_t status = fs_stat_index(device, indexName, &info);
106 kProgramName, indexName, strerror(errno));
111 indexName, lookup_index_type(info.type));
114 if (fs_remove_index(device, indexName) != 0) {
115 fprintf(stderr, "%s: Cannot remove index %s: %s\n", kProgramName, indexName, strerror(errno));
177 char *indexName = NULL; local
216 indexName = argv[optind];
222 result = remove_indices(device, indexName, verbose);
224 result = remove_index(device, indexName, verbos
[all...]
H A Dmkindex.cpp103 char *indexName = NULL; local
173 indexName = argv[optind];
185 indexName, indexTypeName, path.Path());
188 if (fs_create_index(device, indexName, indexType, 0) != 0)
/haiku/src/tools/fs_shell/
H A Dfssh.cpp1101 const char* indexName = argv[fileArg]; local
1109 fssh_status_t error =_kern_create_index(volumeID, indexName, type, 0);
1112 indexName, fssh_strerror(error));

Completed in 136 milliseconds