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

  /external/avb/examples/uefi/
uefi_avb_ops.c 405 UINTN path_bytes; local
420 err = walk_path(init_path, walker_path, &(*io_path), &path_bytes);
426 disk_path = (EFI_DEVICE_PATH*)avb_malloc(path_bytes);
427 avb_memcpy(disk_path, *io_path, path_bytes);
  /external/python/cpython3/Python/
fileutils.c 1115 char *path_bytes; local
1123 path_bytes = PyBytes_AS_STRING(bytes);
1127 f = fopen(path_bytes, mode);
    [all...]
  /external/python/cpython3/Lib/test/
test_os.py     [all...]
  /external/python/cpython3/Objects/
unicodeobject.c 3928 PyObject *path_bytes = NULL; local
    [all...]

Completed in 125 milliseconds