HomeSort by relevance Sort by last modified time
    Searched refs:system_path (Results 1 - 11 of 11) sorted by null

  /external/autotest/client/site_tests/platform_CryptohomeNonDirs/
platform_CryptohomeNonDirs.py 46 path = cryptohome.system_path(user)
68 path = cryptohome.system_path(user)
  /external/vulkan-validation-layers/windowsRuntimeInstaller/
configure_runtime.c 721 char* system_path = malloc(windows_path_size + local
723 GetWindowsDirectory(system_path, windows_path_size);
725 strcpy(system_path + windows_path_size - 1, PATH_SYSTEM32);
726 fprintf(log, "Updating system directory: %s\n", system_path);
727 CHECK_ERROR_HANDLED(update_system_file(log, vulkan_name, ".dll", system_path, abi_major, true,
728 latest_runtime_version), { free(system_path); });
729 CHECK_ERROR_HANDLED(update_system_file(log, vulkan_info_name, ".exe", system_path, abi_major, false,
730 &version), { free(system_path); free(vulkan_info_name); free(vulkan_name);});
732 free(system_path);
739 strcpy(system_path + windows_path_size - 1, PATH_SYSWOW64)
    [all...]
  /external/autotest/client/site_tests/platform_CryptohomeBadPerms/
platform_CryptohomeBadPerms.py 47 path = cryptohome.system_path(user)
  /system/extras/simpleperf/
event_type.cpp 82 std::string system_path = tracepoint_dirname + "/" + system_name; local
83 for (const auto& event_name : GetSubDirs(system_path)) {
84 std::string id_path = system_path + "/" + event_name + "/id";
  /external/skia/infra/bots/recipe_modules/core/resources/
run_binary_size_analysis.py 635 system_path = os.environ["PATH"].split(os.pathsep)
636 for path in system_path:
  /external/skqp/infra/bots/recipe_modules/core/resources/
run_binary_size_analysis.py 635 system_path = os.environ["PATH"].split(os.pathsep)
636 for path in system_path:
  /external/avb/test/
avb_slot_verify_unittest.cc 1624 base::FilePath system_path = testdir_.Append("system_a.img"); local
1970 base::FilePath system_path = GenerateImage("system.img", system_size); local
2253 base::FilePath system_path = GenerateImage("system.img", system_size); local
    [all...]
avbtool_unittest.cc 1377 base::FilePath system_path = GenerateImage("system", max_image_size); local
1412 base::FilePath system_path = GenerateImage("system", max_image_size); local
2085 base::FilePath system_path = GenerateImage("system.img", system_image_size); local
    [all...]
  /prebuilts/sdk/update_prebuilts/
update_prebuilts.py 14 system_path = 'system_current' variable
    [all...]
  /external/autotest/client/cros/
cryptohome.py 39 def system_path(user): function
372 __get_mount_info(mount_point=system_path(user),
687 and utils.is_mountpoint(system_path(user)))
693 utils.require_mountpoint(system_path(user))
  /system/tpm/attestation/server/
pkcs11_key_store_test.cc 164 base::FilePath system_path("/var/lib/chaps");
166 .WillByDefault(DoAll(SetArgumentPointee<2>(system_path), Return(true)));

Completed in 411 milliseconds