OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:szPath
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/skia/tools/
win_dbghelp.cpp
116
#define BUILD_UNIQUE_FILENAME(var, ext,
szPath
, szAppName, szVersion, stLocalTime) \
118
szPath
, szAppName, szVersion, \
128
char
szPath
[MAX_PATH];
139
GetTempPath( dwBufferSize,
szPath
);
141
sprintf( szFileName, "%s%s",
szPath
, szAppName );
144
BUILD_UNIQUE_FILENAME(szFileName, ".dmp",
szPath
, szAppName, szVersion, stLocalTime);
145
BUILD_UNIQUE_FILENAME(szFileNameOutput, ".out",
szPath
, szAppName, szVersion, stLocalTime);
/external/chromium_org/third_party/npapi/npspy/common/
plugload.cpp
92
char
szPath
[_MAX_PATH];
97
GetPluginsDir(
szPath
, _MAX_PATH);
101
sprintf(msg, "LoadRealPlugin Path: %s\r\n",
szPath
);
105
strcpy(szFileName,
szPath
);
/external/chromium_org/third_party/npapi/npspy/windows/
dirpick.cpp
139
char
szPath
[_MAX_PATH];
141
lstrcpy(
szPath
, lpszDir);
142
if(
szPath
[lstrlen(
szPath
) - 1] == '\\')
143
szPath
[lstrlen(
szPath
) - 1] = '\0';
144
lstrcpy(szFileName,
szPath
);
154
lstrcpy(szFileName,
szPath
);
Completed in 214 milliseconds