OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:path_split
(Results
1 - 3
of
3
) sorted by null
/external/qemu/android/utils/
path.h
98
extern int
path_split
( const char* path, char* *pdirname, char* *pbasename );
101
*
path_split
(). Returns NULL if
path_split
() returns an error.
107
*
path_split
(). Returns NULL if
path_split
() returns an error.
path.c
116
path_split
( const char* path, char* *pdirname, char* *pbasename )
function
190
if (
path_split
(path, NULL, &basename) < 0)
201
if (
path_split
(path, &dirname, NULL) < 0)
/external/qemu/android/avd/
info.c
918
if (
path_split
(skinName, &i->skinDirPath, &i->skinName) < 0) {
1043
if (
path_split
(temp, &i->skinDirPath, &i->skinName) < 0) {
[
all
...]
Completed in 14 milliseconds