Home
last modified time | relevance | path

Searched refs:isdir (Results 1 – 8 of 8) sorted by relevance

/frameworks/compile/slang/tests/
Dslang_test.py352 if os.path.isdir(arg):
364 if os.path.isdir(f) and (f[0:2] == 'F_' or f[0:2] == 'P_'):
/frameworks/rs/
Dupdate-prebuilts.py180 if os.path.isdir(download_dir):
/frameworks/base/libs/androidfw/
DBackupHelpers.cpp531 const int isdir = S_ISDIR(s.st_mode); in write_tarfile() local
532 if (isdir) s.st_size = 0; // directories get no actual data in the tar stream in write_tarfile()
583 snprintf(buf + 124, 12, "%011llo", (isdir) ? 0LL : s.st_size); in write_tarfile()
590 if (isdir) { in write_tarfile()
684 if (!isdir) { in write_tarfile()
/frameworks/layoutlib/rename_font/
Dbuild_font.py68 if not os.path.isdir(directory):
/frameworks/compile/libbcc/tests/debuginfo/target-tests/
Dlit.cfg60 if not os.path.isdir(config.sdk_dir):
/frameworks/rs/tests/lldb/tests/
Drun_test.py254 if (os.path.isdir(current_test_dir) and
/frameworks/rs/tests/lldb/
Drun_tests.py716 if os.path.isdir(current_test_dir):
/frameworks/compile/libbcc/gdb_plugin/
Dandroid-commands.py687 elif os.path.isdir(args[0]):