OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fileNamePartStartIndex
(Results
1 - 3
of
3
) sorted by null
/external/lzma/CPP/Windows/
FileDir.cpp
473
bool MyGetFullPathName(LPCWSTR fileName, UString &resultPath, int &
fileNamePartStartIndex
)
477
fileNamePartStartIndex
= resultPath.ReverseFind(WCHAR_PATH_SEPARATOR);
478
fileNamePartStartIndex
++;
523
bool MyGetFullPathName(LPCTSTR fileName, CSysString &resultPath, int &
fileNamePartStartIndex
)
544
fileNamePartStartIndex
= lstrlen(fileName);
546
fileNamePartStartIndex
= (int)(fileNamePointer - buffer);
556
bool MyGetFullPathName(LPCWSTR fileName, UString &resultPath, int &
fileNamePartStartIndex
)
579
fileNamePartStartIndex
= MyStringLen(fileName);
581
fileNamePartStartIndex
= (int)(fileNamePointer - buffer);
589
if (!MyGetFullPathName(GetSysPath(fileName), sysPath,
fileNamePartStartIndex
))
[
all
...]
FileDir.h
48
bool MyGetFullPathName(LPCWSTR fileName, UString &resultPath, int &
fileNamePartStartIndex
);
52
bool MyGetFullPathName(LPCTSTR fileName, CSysString &resultPath, int &
fileNamePartStartIndex
);
56
int &
fileNamePartStartIndex
);
/external/lzma/CPP/7zip/UI/Common/
OpenArchive.cpp
475
int
fileNamePartStartIndex
;
476
NFile::NDirectory::MyGetFullPathName(filePath, fullName,
fileNamePartStartIndex
);
478
fullName.Left(
fileNamePartStartIndex
),
479
fullName.Mid(
fileNamePartStartIndex
));
497
int
fileNamePartStartIndex
;
498
if (!NFile::NDirectory::MyGetFullPathName(filePath, fullName,
fileNamePartStartIndex
))
500
prefix = fullName.Left(
fileNamePartStartIndex
);
501
name = fullName.Mid(
fileNamePartStartIndex
);
Completed in 4629 milliseconds