Home
last modified time | relevance | path

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

/external/lzma/CPP/Windows/
DFileDir.cpp544 bool GetFullPathAndSplit(CFSTR path, FString &resDirPrefix, FString &resFileName) in GetFullPathAndSplit() argument
546 bool res = MyGetFullPathName(path, resDirPrefix); in GetFullPathAndSplit()
548 resDirPrefix = path; in GetFullPathAndSplit()
549 int pos = resDirPrefix.ReverseFind_PathSepar(); in GetFullPathAndSplit()
550 resFileName = resDirPrefix.Ptr(pos + 1); in GetFullPathAndSplit()
551 resDirPrefix.DeleteFrom(pos + 1); in GetFullPathAndSplit()
555 bool GetOnlyDirPrefix(CFSTR path, FString &resDirPrefix) in GetOnlyDirPrefix() argument
558 return GetFullPathAndSplit(path, resDirPrefix, resFileName); in GetOnlyDirPrefix()
DFileDir.h52 bool GetFullPathAndSplit(CFSTR path, FString &resDirPrefix, FString &resFileName);
53 bool GetOnlyDirPrefix(CFSTR path, FString &resDirPrefix);