Searched refs:nodir (Results 1 - 2 of 2) sorted by relevance

/external/valgrind/none/tests/
H A Dnodir.stderr.exp1 valgrind: ./nodir.vgtest/foobar: Not a directory
/external/zopfli/src/zopflipng/
H A Dzopflipng_bin.cc32 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 449 milliseconds