Home
last modified time | relevance | path

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

/drivers/hdf_core/framework/tools/hc-gen/src/
H A Dfile.cpp43 auto separatorPos = path.rfind(OS_SEPARATOR); in GetDir() local
44 if (separatorPos == std::string::npos) { in GetDir()
47 return path.substr(0, separatorPos + 1); in GetDir()
H A Dstartup_cfg_gen.cpp363 int separatorPos = mallocOption.find(MALLOPT_SEPARATOR);
364 std::string malloptKey = mallocOption.substr(0, separatorPos);
365 std::string malloptValue = mallocOption.substr(separatorPos + 1,
366 mallocOption.length() - (separatorPos + 1));

Completed in 2 milliseconds