Searched refs:dirname (Results 1 – 13 of 13) sorted by relevance
/frameworks/base/core/tests/overlaytests/ |
D | runtests.sh | 50 local dirname=$(dirname "$path") 51 local t=$($adb shell ls -l $dirname | tr -d '\r' | grep -e "${basename}$" | grep -oe '^.') 61 mkdir_if_needed "$dirname"
|
/frameworks/compile/slang/tests/ |
D | test.py | 60 def ExecTest(dirname): argument 65 print 'Testing %s' % dirname 67 os.chdir(dirname) 122 if dirname[0:2] == 'F_': 127 elif dirname[0:2] == 'P_':
|
/frameworks/native/cmds/installd/ |
D | utils.c | 625 char dirname[PATH_MAX]; in add_cache_files() local 646 strcpy(dirname, basepath); in add_cache_files() 647 pathpos = dirname + strlen(dirname); in add_cache_files() 654 snprintf(pathpos, sizeof(dirname)-(pathpos-dirname), "%s/%s", name, cachedir); in add_cache_files() 656 snprintf(pathpos, sizeof(dirname)-(pathpos-dirname), "%s", name); in add_cache_files() 658 CACHE_NOISY(ALOGI("Adding cache files from dir: %s\n", dirname)); in add_cache_files() 659 subdir = opendir(dirname); in add_cache_files() 661 size_t dirnameLen = strlen(dirname); in add_cache_files() 662 _add_cache_files(cache, NULL, dirname, subdir, dirname, dirname+dirnameLen, in add_cache_files()
|
/frameworks/compile/libbcc/tests/debuginfo/ |
D | test_bcc_debuginfo.pl | 33 my $output_dir = dirname $testcase_output;
|
D | build_test_apk.sh | 182 DRIVER=`dirname $TESTCASE_PATH`/"$DRIVER"
|
D | lit.site.cfg | 68 config.gdb_plugin_directory = os.path.dirname(config.gdb_plugin)
|
/frameworks/webview/chromium/tools/ |
D | generate_local_manifest.py | 35 local_manifest_dir = os.path.dirname(local_manifest_path)
|
/frameworks/base/core/java/com/android/internal/backup/ |
D | LocalTransport.java | 161 private void deleteContents(File dirname) { in deleteContents() argument 162 File[] contents = dirname.listFiles(); in deleteContents()
|
/frameworks/base/tools/obbtool/ |
D | mkobb.sh | 203 outdir=`dirname ${filename}`
|
/frameworks/base/services/input/ |
D | EventHub.h | 379 status_t scanDirLocked(const char *dirname);
|
D | EventHub.cpp | 1504 status_t EventHub::scanDirLocked(const char *dirname) in scanDirLocked() argument 1510 dir = opendir(dirname); in scanDirLocked() 1513 strcpy(devname, dirname); in scanDirLocked()
|
/frameworks/base/media/mca/ |
D | structgen.py | 348 rootdir = os.path.dirname(filepath)
|
/frameworks/base/tools/aapt/ |
D | AaptAssets.cpp | 2058 String8 dirname = file->getGroupEntry().toDirName(resType); in addResource() local 2059 sp<AaptDir> subdir = res->makeDir(dirname); in addResource()
|