OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:path_split
(Results
1 - 4
of
4
) sorted by null
/external/qemu/android/utils/
path.h
101
extern int
path_split
( const char* path, char* *pdirname, char* *pbasename );
104
*
path_split
(). Returns NULL if
path_split
() returns an error.
110
*
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/
main-emulator.c
193
path_split
(progName, &progDir, NULL);
251
path_split
(progName, &progDir, NULL);
/external/qemu/android/avd/
info.c
416
if (
path_split
(skinName, pSkinDir, pSkinName) < 0) {
[
all
...]
Completed in 28 milliseconds