Searched refs:system_path (Results 1 – 7 of 7) sorted by relevance
/external/vulkan-validation-layers/windowsRuntimeInstaller/ |
D | configure_runtime.c | 665 char* system_path = malloc(windows_path_size + in update_windows_directories() local 667 GetWindowsDirectory(system_path, windows_path_size); in update_windows_directories() 669 strcpy(system_path + windows_path_size - 1, PATH_SYSTEM32); in update_windows_directories() 670 fprintf(log, "Updating system directory: %s\n", system_path); in update_windows_directories() 671 CHECK_ERROR_HANDLED(update_system_file(log, "vulkan", ".dll", system_path, abi_major, true, in update_windows_directories() 672 latest_runtime_version), { free(system_path); }); in update_windows_directories() 673 CHECK_ERROR_HANDLED(update_system_file(log, "vulkaninfo", ".exe", system_path, abi_major, false, in update_windows_directories() 674 &version), { free(system_path); }); in update_windows_directories() 676 free(system_path); in update_windows_directories() 681 strcpy(system_path + windows_path_size - 1, PATH_SYSWOW64); in update_windows_directories() [all …]
|
/external/avb/test/ |
D | avb_slot_verify_unittest.cc | 1516 base::FilePath system_path = testdir_.Append("system_a.img"); in CmdlineWithChainedHashtreeVerification() local 1519 base::WriteFile(system_path, in CmdlineWithChainedHashtreeVerification() 1533 system_path.value().c_str(), in CmdlineWithChainedHashtreeVerification() 1576 InfoImage(system_path)); in CmdlineWithChainedHashtreeVerification() 1843 base::FilePath system_path = GenerateImage("system.img", system_size); in TEST_F() local 1854 system_path.value().c_str(), in TEST_F() 1901 system_path.value().c_str(), in TEST_F() 1903 system_path.value().c_str(), in TEST_F() 2123 base::FilePath system_path = GenerateImage("system.img", system_size); in TEST_F() local 2132 system_path.value().c_str(), in TEST_F() [all …]
|
D | avbtool_unittest.cc | 1243 base::FilePath system_path = GenerateImage("system", max_image_size); in TEST_F() local 1254 system_path.value().c_str(), in TEST_F() 1278 base::FilePath system_path = GenerateImage("system", max_image_size); in TEST_F() local 1288 system_path.value().c_str(), in TEST_F() 1763 base::FilePath system_path = GenerateImage("system.img", system_image_size); in GenerateImageWithHashAndHashtreeSetup() local 1768 system_path.value().c_str(), in GenerateImageWithHashAndHashtreeSetup() 1778 system_path.value().c_str())); in GenerateImageWithHashAndHashtreeSetup()
|
/external/autotest/client/site_tests/platform_CryptohomeNonDirs/ |
D | platform_CryptohomeNonDirs.py | 44 path = cryptohome.system_path(user) 66 path = cryptohome.system_path(user)
|
/external/autotest/client/cros/ |
D | cryptohome.py | 39 def system_path(user): function 362 __get_mount_info(mount_point=system_path(user), 653 and utils.is_mountpoint(system_path(user))) 659 utils.require_mountpoint(system_path(user))
|
/external/autotest/client/site_tests/platform_CryptohomeBadPerms/ |
D | platform_CryptohomeBadPerms.py | 41 path = cryptohome.system_path(user)
|
/external/skia/infra/bots/recipe_modules/core/resources/ |
D | run_binary_size_analysis.py | 635 system_path = os.environ["PATH"].split(os.pathsep) 636 for path in system_path:
|