OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getRandomFileName
(Results
1 - 3
of
3
) sorted by null
/external/collada/include/dae/
daeUtils.h
77
DLLSPEC std::string
getRandomFileName
();
/external/collada/src/dae/
daeUtils.cpp
161
string cdom::
getRandomFileName
() {
181
static string tmpDir = getSystemTmpDir() +
getRandomFileName
() + getFileSeparator();
daeZAEUncompressHandler.cpp
26
mTmpDir = cdom::getSafeTmpDir() + cdom::
getRandomFileName
() +
273
const std::string& randomSegment = cdom::
getRandomFileName
();
Completed in 191 milliseconds