Searched refs:filepath (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/tools/tests/xnu_quick_test/
H A Dcontent_protection_test.c360 char filepath[PATH_MAX]; local
368 bzero(filepath, PATH_MAX);
373 init_result |= (strlcat(filepath, g_target_path, PATH_MAX) == PATH_MAX);
374 init_result |= (strlcat(filepath, "/", PATH_MAX) == PATH_MAX);
375 init_result |= (strlcpy(dirpath, filepath, PATH_MAX) == PATH_MAX);
376 init_result |= (strlcat(filepath, "cpt_test_file", PATH_MAX) == PATH_MAX);
420 fd = open(filepath, O_CREAT | O_EXCL | O_RDWR | O_CLOEXEC);
485 fd = open(filepath, O_RDWR | O_CLOEXEC);
558 fd = open(filepath, O_RDWR | O_TRUNC | O_CLOEXEC);
568 fd = open(filepath, O_RDW
[all...]
/darwin-on-arm/xnu/tools/
H A Dxcrun_cache.sh75 local filepath="$2"
76 echo "${string}" > "${filepath}.new"
77 cmp -s "${filepath}" "${filepath}.new"
79 rm "${filepath}.new"
81 mv "${filepath}.new" "${filepath}"

Completed in 78 milliseconds