Home
last modified time | relevance | path

Searched refs:dirs (Results 1 – 25 of 39) sorted by relevance

12

/system/libvintf/
DApex.cpp40 std::vector<std::string>* dirs, std::string* error, in GetVintfDirs() argument
77 dirs->push_back(fmt::format("{}/{}/" VINTF_SUB_DIR, apexDir, apexInfo.getModuleName())); in GetVintfDirs()
104 std::vector<std::string>* dirs, std::string* error) { in GetDeviceVintfDirs() argument
105 return GetVintfDirs(fileSystem, propertyFetcher, dirs, error, [](const std::string& path) { in GetDeviceVintfDirs()
111 std::vector<std::string>* dirs, std::string* error) { in GetFrameworkVintfDirs() argument
112 return GetVintfDirs(fileSystem, propertyFetcher, dirs, error, [](const std::string& path) { in GetFrameworkVintfDirs()
DVintfObject.cpp285 std::vector<std::string> dirs; in fetchDeviceHalManifestApex() local
287 apex::GetDeviceVintfDirs(getFileSystem().get(), getPropertyFetcher().get(), &dirs, error); in fetchDeviceHalManifestApex()
291 return addDirectoriesManifests(dirs, out, /*forceSchemaType=*/false, error); in fetchDeviceHalManifestApex()
513 std::vector<std::string> dirs; in fetchFrameworkHalManifestApex() local
515 &dirs, error); in fetchFrameworkHalManifestApex()
519 return addDirectoriesManifests(dirs, out, /*forceSchemaType=*/false, error); in fetchFrameworkHalManifestApex()
586 std::vector<std::string> dirs = { in getAllFrameworkMatrixLevels() local
591 for (const auto& dir : dirs) { in getAllFrameworkMatrixLevels()
631 android::base::Join(dirs, "\n "); in getAllFrameworkMatrixLevels()
/system/extras/power_profile/gps_on/Application/
Dbuild.gradle24 List<String> dirs = [
45 dirs.each { dir ->
/system/teeui/libteeui/src/
Devdev.cpp236 dirent** dirs = nullptr; in grabAllEvDevsAndRegisterCallbacks() local
238 "/dev/input", &dirs, in grabAllEvDevsAndRegisterCallbacks()
250 EventDev evDev(std::string("/dev/input/") + dirs[i]->d_name); in grabAllEvDevsAndRegisterCallbacks()
256 free(dirs[i]); in grabAllEvDevsAndRegisterCallbacks()
258 free(dirs); in grabAllEvDevsAndRegisterCallbacks()
/system/extras/power_profile/camera_flashlight/Application/
Dbuild.gradle27 List<String> dirs = [
48 dirs.each { dir ->
/system/extras/power_profile/camera_avg/Application/
Dbuild.gradle27 List<String> dirs = [
48 dirs.each { dir ->
/system/sepolicy/build/soong/
Dbuild_files.go56 func (b *buildFiles) findSrcsInDirs(ctx android.ModuleContext, dirs ...string) android.Paths {
59 for _, dir := range dirs {
/system/apex/apexd/
Dapexd_session.cpp283 std::vector<std::string> dirs; in GetStagedApexDirs() local
285 dirs.push_back(staged_session_dir + "/session_" + std::to_string(GetId())); in GetStagedApexDirs()
288 dirs.push_back(staged_session_dir + "/session_" + in GetStagedApexDirs()
292 return dirs; in GetStagedApexDirs()
/system/linkerconfig/contents/tests/configuration/include/
Dmodules.h47 std::vector<std::string> dirs; member
Dconfigurationtest.h63 EXPECT_NE(0u, section.dirs.size()) in ValidateSection()
Dlinkerconfigparser.h48 conf.sections[section_name].dirs.push_back(dir_path); in ParseDirPath()
/system/sepolicy/private/
Dzygote.te23 # Allow zygote to read app /proc/pid dirs (b/10455872).
96 # Create dirs in the app data isolation tmpfs mounts and bind mount on them.
103 # Relabel dirs and symlinks in the app and sdk sandbox data isolation tmpfs mounts to their
104 # standard labels. Note: it seems that not all dirs are actually relabeled yet,
170 # Allow mounting and creating files, dirs on sdcardfs.
Dsdk_sandbox_all.te27 # allow sandbox to create files and dirs in sdk data directory
124 # Only dirs should be created at sdk_sandbox_all_system_data_file level
Ddexopt_chroot_setup.te132 # Allow accessing /data/app/..., to bind-mount dirs for incremental apps.
145 # Never allow other processes to access the temp dirs for Pre-reboot Dexopt.
Dmediaprovider_app.te18 # Allow MediaProvider to read/write media_rw_data_file files and dirs
Dartd.te152 # - "sys_admin" is for bind-mounting temp dirs at
173 # pre_reboot_dexopt_artd_file. Inside the temp dir, we create files and dirs and
Dapexd.te8 # Allow creating, reading and writing of APEX files/dirs in the APEX data dir
14 # Allow creating, reading and writing of APEX files/dirs in the APEX metadata dir
Dinstalld.te52 # Allow installd manage dirs in /data/misc_ce/0/sdksandbox
169 # Allow setting extended attributes (for project quota IDs) on dirs and files
/system/core/init/
Ddevices.cpp448 std::vector<std::string> dirs = { in RemoveDeviceMapperLinks() local
452 for (const auto& dir : dirs) { in RemoveDeviceMapperLinks()
/system/extras/power_profile/gps_on/gradle/wrapper/
Dgradle-wrapper.jar ... .File distDir String distributionDescription java.util.List dirs private java.util.List listDirs (java. ...
/system/extras/power_profile/camera_avg/gradle/wrapper/
Dgradle-wrapper.jar ... .File distDir String distributionDescription java.util.List dirs private java.util.List listDirs (java. ...
/system/extras/power_profile/camera_flashlight/gradle/wrapper/
Dgradle-wrapper.jar ... .File distDir String distributionDescription java.util.List dirs private java.util.List listDirs (java. ...
/system/extras/simpleperf/demo/SimpleperfExampleCpp/gradle/wrapper/
Dgradle-wrapper.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/gradle/ org/ ...
/system/extras/simpleperf/demo/JavaApi/gradle/wrapper/
Dgradle-wrapper.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/gradle/ org/ ...
/system/extras/simpleperf/demo/CppApi/gradle/wrapper/
Dgradle-wrapper.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/gradle/ org/ ...

12