OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:path_is_absolute
(Results
1 - 6
of
6
) sorted by null
/external/qemu/android/utils/
path.h
61
extern ABool
path_is_absolute
( const char* path );
path.c
408
path_is_absolute
( const char* path )
function
433
if (
path_is_absolute
(path)) {
/ndk/
ndk-gdb
119
path_is_absolute
()
function
127
if !
path_is_absolute
"$ANDROID_NDK_ROOT"; then
/external/qemu/
block.h
217
int
path_is_absolute
(const char *path);
/external/qemu/android/avd/
info.c
257
if (!
path_is_absolute
(path)) {
290
if (
path_is_absolute
(fileName)) {
401
if (
path_is_absolute
(skinName) && _checkSkinPath(skinName)) {
[
all
...]
/external/qemu/android/
main.c
116
if (
path_is_absolute
(fileName)) {
[
all
...]
Completed in 93 milliseconds