Home
last modified time | relevance | path

Searched defs:dirname (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Bluetooth/system/gd/cert/
Drun_topshim29 def check_dir_exists(dir, dirname): argument
/packages/modules/Bluetooth/system/test/
Drun_host_unit_tests.py46 def check_dir_exists(dir, dirname): argument
/packages/modules/Virtualization/microdroid/payload/
Dmk_payload.cc57 std::string RelativeTo(const std::string& path, const std::string& dirname) { in RelativeTo()
89 std::string dirname; // config file's direname to resolve relative paths in the config member
/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/backup/
DKitchenSinkBackupTransport.java160 private void deleteContents(File dirname) { in deleteContents()