Home
last modified time | relevance | path

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

/external/lzma/CPP/Windows/
DFileDir.cpp535 bool GetFullPathAndSplit(CFSTR path, FString &resDirPrefix, FString &resFileName) in GetFullPathAndSplit() argument
537 bool res = MyGetFullPathName(path, resDirPrefix); in GetFullPathAndSplit()
539 resDirPrefix = path; in GetFullPathAndSplit()
540 int pos = resDirPrefix.ReverseFind_PathSepar(); in GetFullPathAndSplit()
541 resFileName = resDirPrefix.Ptr(pos + 1); in GetFullPathAndSplit()
542 resDirPrefix.DeleteFrom(pos + 1); in GetFullPathAndSplit()
546 bool GetOnlyDirPrefix(CFSTR path, FString &resDirPrefix) in GetOnlyDirPrefix() argument
549 return GetFullPathAndSplit(path, resDirPrefix, resFileName); in GetOnlyDirPrefix()
DFileDir.h39 bool GetFullPathAndSplit(CFSTR path, FString &resDirPrefix, FString &resFileName);
40 bool GetOnlyDirPrefix(CFSTR path, FString &resDirPrefix);