OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dirPrefix
(Results
1 - 5
of
5
) sorted by null
/external/lzma/CPP/7zip/UI/Common/
ArchiveName.cpp
17
UString
dirPrefix
;
18
if (NFile::NDirectory::GetOnlyDirPrefix(srcName,
dirPrefix
))
20
if (
dirPrefix
.Length() > 0)
21
if (
dirPrefix
[
dirPrefix
.Length() - 1] == WCHAR_PATH_SEPARATOR)
23
dirPrefix
.Delete(
dirPrefix
.Length() - 1);
25
if (fileInfo.Find(
dirPrefix
))
/external/lzma/CPP/Common/
Wildcard.h
11
void SplitPathToParts(const UString &path, UString &
dirPrefix
, UString &name);
Wildcard.cpp
108
void SplitPathToParts(const UString &path, UString &
dirPrefix
, UString &name)
114
dirPrefix
= path.Left(i + 1);
/dalvik/vm/compiler/
Compiler.h
250
void dvmDumpCFG(struct CompilationUnit *cUnit, const char *
dirPrefix
);
Frontend.cpp
629
void dvmDumpCFG(CompilationUnit *cUnit, const char *
dirPrefix
)
637
strlen(
dirPrefix
) +
643
sprintf(fileName, "%s%s%s%s%s.dot",
dirPrefix
,
652
for (i = strlen(
dirPrefix
); fileName[i]; i++) {
[
all
...]
Completed in 85 milliseconds