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

/haiku/src/bin/
H A Dquery.cpp122 char volumePath[B_FILE_NAME_LENGTH]; local
123 strcpy(volumePath, ".");
142 strlcpy(volumePath, optarg, B_FILE_NAME_LENGTH);
156 BEntry entry(volumePath);
158 fprintf(stderr, "%s: \"%s\" is not a valid file\n", kProgramName, volumePath);
169 fprintf(stderr, "%s: volume containing %s is not query-enabled\n", kProgramName, volumePath);
/haiku/src/bin/filteredquery/
H A Dquery.cpp132 char volumePath[B_FILE_NAME_LENGTH]; local
135 strcpy(volumePath, ".");
151 strncpy(volumePath, optarg, B_FILE_NAME_LENGTH);
173 BEntry entry(volumePath);
175 printf("query: %s is not a valid file\n", volumePath);
186 printf("query: volume containing %s is not query-enabled\n", volumePath);
/haiku/src/tests/system/kernel/
H A Dlive_query.cpp82 char volumePath[B_FILE_NAME_LENGTH]; local
83 strcpy(volumePath, ".");
99 strncpy(volumePath, optarg, B_FILE_NAME_LENGTH);
113 BEntry entry(volumePath);
116 volumePath);
129 kProgramName, volumePath);

Completed in 45 milliseconds