Searched refs:file_sep (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/demo/jvmti/agent_util/
H A Dagent_util.c255 char *file_sep; local
268 file_sep = "\\";
270 file_sep = "/";
274 strlen(file_sep)*5 +
280 (void)strcat(jar_path, file_sep);
282 (void)strcat(jar_path, file_sep);
284 (void)strcat(jar_path, file_sep);
286 (void)strcat(jar_path, file_sep);
293 (void)strcat(jar_path, file_sep);
295 (void)strcat(jar_path, file_sep);
[all...]
/openjdk7/hotspot/src/share/vm/utilities/
H A Dostream.cpp534 char file_sep = os::file_separator()[0]; local
537 if (*cp == '/' || *cp == file_sep) {

Completed in 230 milliseconds