Home
last modified time | relevance | path

Searched refs:resDirPrefix (Results 1 – 2 of 2) sorted by relevance

/external/lzma/CPP/Windows/
DFileDir.cpp428 bool GetFullPathAndSplit(CFSTR path, FString &resDirPrefix, FString &resFileName) in GetFullPathAndSplit() argument
430 bool res = MyGetFullPathName(path, resDirPrefix); in GetFullPathAndSplit()
432 resDirPrefix = path; in GetFullPathAndSplit()
433 int pos = resDirPrefix.ReverseFind(FCHAR_PATH_SEPARATOR); in GetFullPathAndSplit()
434 resFileName = resDirPrefix.Ptr(pos + 1); in GetFullPathAndSplit()
435 resDirPrefix.DeleteFrom(pos + 1); in GetFullPathAndSplit()
439 bool GetOnlyDirPrefix(CFSTR path, FString &resDirPrefix) in GetOnlyDirPrefix() argument
442 return GetFullPathAndSplit(path, resDirPrefix, resFileName); in GetOnlyDirPrefix()
DFileDir.h32 bool GetFullPathAndSplit(CFSTR path, FString &resDirPrefix, FString &resFileName);
33 bool GetOnlyDirPrefix(CFSTR path, FString &resDirPrefix);