OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:path_is_dir
(Results
1 - 5
of
5
) sorted by null
/external/qemu/android/utils/
path.h
58
extern ABool
path_is_dir
( const char* path );
path.c
247
path_is_dir
( const char* path )
function
/external/qemu/android/avd/
util.c
132
if (!
path_is_dir
(avdPath)) {
139
if (p < end &&
path_is_dir
(temp)) {
info.c
461
if (!
path_is_dir
(i->contentPath)) {
468
if (p < end &&
path_is_dir
(temp)) {
[
all
...]
/external/qemu/android/
main-common.c
932
else if (opts->system != NULL &&
path_is_dir
(opts->system)) {
[
all
...]
Completed in 1300 milliseconds