OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:systemparent
(Results
1 - 1
of
1
) sorted by null
/development/ide/xcode/ports/
skia_mac.cp
32
const char
systemParent
[] = "apps/";
35
char* workingDirectory = new char[prefixLength + sizeof(
systemParent
)];
37
strcpy(&workingDirectory[prefixLength],
systemParent
);
Completed in 669 milliseconds