OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nodir
(Results
1 - 2
of
2
) sorted by null
/external/valgrind/none/tests/
nodir.stderr.exp
1
valgrind: ./
nodir
.vgtest/foobar: Not a directory
/external/zopfli/src/zopflipng/
zopflipng_bin.cc
32
std::string
nodir
;
local
35
nodir
= filename;
38
nodir
= filename.substr(slashpos + 1);
40
size_t dotpos =
nodir
.find_last_of('.');
42
*file =
nodir
;
45
*file =
nodir
.substr(0, dotpos);
46
*ext =
nodir
.substr(dotpos);
Completed in 7995 milliseconds