Searched refs:subdir (Results 1 - 19 of 19) sorted by relevance

/system/extras/
H A DAndroid.mk17 include $(all-subdir-makefiles)
/system/extras/tests/audio/
H A DAndroid.mk17 include $(call all-subdir-makefiles)
/system/extras/tests/binder/
H A DAndroid.mk17 include $(call all-subdir-makefiles)
/system/extras/tests/iptables/
H A DAndroid.mk17 include $(call all-subdir-makefiles)
/system/extras/tests/wifi/
H A DAndroid.mk17 include $(call all-subdir-makefiles)
/system/nativepower/
H A DAndroid.mk17 include $(call all-subdir-makefiles)
/system/extras/tests/lib/
H A DAndroid.mk18 include $(call all-subdir-makefiles)
/system/bt/embdrv/
H A DAndroid.mk3 include $(call all-subdir-makefiles)
/system/bt/embdrv/sbc/
H A DAndroid.mk3 include $(call all-subdir-makefiles)
/system/core/adb/
H A Dadb_utils_test.cpp37 static std::string subdir(const char* parent, const char* child) { function
59 ASSERT_FALSE(directory_exists(subdir(profiles_dir, "All Users")));
65 ASSERT_FALSE(directory_exists(subdir(profiles_dir, "Default User")));
67 ASSERT_FALSE(directory_exists(subdir(profiles_dir, "does-not-exist")));
130 test_mkdirs(std::string(td.path) + "/dir/subdir");
H A Dtest_device.py742 subdir = os.path.join(host_dir, 'subdir')
743 os.mkdir(subdir)
744 subdir_temp_files = make_random_host_files(in_dir=subdir,
748 paths.append(subdir)
759 # 'subdir';
993 subdir = posixpath.join(self.DEVICE_TEMP_DIR, 'subdir')
995 self.device.shell(['mkdir', '-p', subdir])
1002 self.device, in_dir=subdir, num_file
[all...]
/system/tpm/attestation/common/
H A Dproto_print.py26 Usage: proto_print.py [--subdir=foo] <bar.proto>
181 def GenerateFileHeaders(proto_name, package, imports, subdir, header_file_name,
189 subdir: The --subdir arg.
194 if subdir:
196 subdir.upper(),
198 package_with_subdir = '%s/%s' % (package, subdir)
253 def GenerateFileFooters(proto_name, package, subdir, header_file, impl_file):
259 subdir: The --subdir ar
[all...]
/system/webservd/
H A DAndroid.mk70 include $(call all-subdir-makefiles)
/system/core/healthd/
H A DAndroid.mk76 $(foreach _img, $(call find-subdir-subdir-files, "images", "*.png"), \
/system/bt/
H A DAndroid.mk47 include $(call all-subdir-makefiles)
/system/tools/aidl/
H A Dio_delegate.cpp127 for (const string& subdir : nested_subdirs) {
131 base_dir += subdir;
/system/update_engine/common/
H A Dprefs_unittest.cc113 base::FilePath subdir = prefs_dir_.Append("subdir1").Append("subdir2"); local
114 EXPECT_TRUE(prefs_.Init(subdir));
117 EXPECT_TRUE(base::ReadFileToString(subdir.Append(kKey), &value));
/system/connectivity/shill/
H A Ddevice_info.h266 // Returns true if |base_dir| has a subdirectory named |subdir|.
267 // |subdir| can be an immediate subdirectory of |base_dir| or can be
270 const base::FilePath& subdir);
H A Ddevice_info.cc438 bool DeviceInfo::HasSubdir(const FilePath& base_dir, const FilePath& subdir) { argument
444 if (curr_dir.BaseName() == subdir)

Completed in 546 milliseconds