MCPcopy Create free account
hub / github.com/KAlO2/PerfectShow / Base

Function Base

jni/stasm/misc.cpp:78–83  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

76// Get basename e.g. given "C:/bin/cat.exe" returns "cat".
77
78const char* Base(const char* path)
79{
80 static char s[SLEN];
81 splitpath(path, NULL, NULL, s, NULL);
82 return s;
83}
84
85// Our own version of splitpath so we don't need the WIN32 code under Unix.
86// This has not been tested for every possible combination but seems to work.

Callers 6

TraceEyesMouthFunction · 0.85
TraceEyeMouthImgFunction · 0.85
stasm_search_auto_extFunction · 0.85
LogShapeFunction · 0.85
TraceShapeFunction · 0.85
DetectFaces_Method · 0.85

Calls 1

splitpathFunction · 0.85

Tested by

no test coverage detected