OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:writable_in
(Results
1 - 2
of
2
) sorted by null
/bionic/tests/
libgen_basename_test.cpp
52
char*
writable_in
= (in != NULL) ? strdup(in) : NULL;
local
54
const char* out = posix_basename(&
writable_in
[0]);
57
free(
writable_in
);
libgen_test.cpp
23
char*
writable_in
= (in != NULL) ? strdup(in) : NULL;
local
25
const char* out = dirname(&
writable_in
[0]);
28
free(
writable_in
);
Completed in 52 milliseconds