/device/linaro/bootloader/edk2/StdLib/Include/ |
D | dirent.h | 54 typedef struct _dirdesc DIR; typedef 83 int closedir(DIR *); 84 void rewinddir(DIR *); 86 DIR *opendir(const char *) __RENAME(__opendir30); 87 struct dirent *readdir(DIR *) __RENAME(__readdir30); 88 int readdir_r(DIR * __restrict, struct dirent * __restrict, 91 void seekdir(DIR *, long); 92 long telldir(DIR *); 93 …DIR *__opendir2(const char *, int) __RENAME(__opendir230);
|
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/support/genmk/ |
D | genmk_old.c | 256 extern char *DIR(); 349 else printf("TOKENS = %stokens.h", DIR()); 353 printf("DLG_FILE = %s%s\n", DIR(), dlg); 354 printf("ERR = %serr\n", DIR()); 355 if ( strcmp(hdr,"stdpccts.h")!=0 ) printf("HDR_FILE = %s%s\n", DIR(), hdr); 357 if ( !gen_CPP ) printf("MOD_FILE = %s%s\n", DIR(), mode); 359 else printf("SCAN = %s%s\n", DIR(), dlg_class); 414 else printf(" %s$(SCAN).c", DIR()); 425 printf(" %s%s", DIR(), APARSER_O); 427 printf(" %s%s", DIR(), DLEXERBASE_O); [all …]
|
D | genmk.c | 367 extern char *DIR(void); 369 extern char *DIR(); 485 else printf("TOKENS = %stokens.h", DIR()); 489 printf("DLG_FILE = %s%s\n", DIR(), dlg); 490 printf("ERR = %serr\n", DIR()); 491 if ( strcmp(hdr,"stdpccts.h")!=0 ) printf("HDR_FILE = %s%s\n", DIR(), hdr); 493 if ( !gen_CPP ) printf("MOD_FILE = %s%s\n", DIR(), mode); 495 else printf("SCAN = %s%s\n", DIR(), dlg_class); 561 else printf(" %s$(SCAN).c", DIR()); 585 printf("%s%s", DIR(), APARSER_O); [all …]
|
/device/linaro/bootloader/edk2/StdLib/PosixLib/Gen/ |
D | opendir.c | 65 DIR * 73 DIR * 76 DIR *dirp = NULL; in __opendir2() 91 if ((dirp = (DIR *)malloc(sizeof(DIR))) == NULL) in __opendir2()
|
D | readdir.c | 61 _readdir_unlocked(DIR *dirp, int skipdeleted) in _readdir_unlocked() 88 readdir(DIR *dirp) in readdir() 105 readdir_r(DIR *dirp, struct dirent *entry, struct dirent **result) in readdir_r()
|
D | closedir.c | 64 closedir(DIR *dirp) in __weak_alias()
|
/device/linaro/bootloader/edk2/ |
D | edksetup.sh | 96 for DIR in $PATH_LIST 98 if [ -f "$DIR/BaseTools/BuildEnv" ] 100 export EDK_TOOLS_PATH=$DIR/BaseTools 101 . $DIR/BaseTools/BuildEnv
|
/device/google/trout/tools/ |
D | uninstall_format_hook.sh | 6 DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )" 8 rm "${DIR}/../.git/hooks/pre-commit"
|
D | install_format_hook.sh | 12 DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )" 18 cp "${DIR}/pre-commit" "${GIT_ROOT}/.git/hooks/pre-commit"
|
/device/google/cuttlefish_vmm/ |
D | rebuild.sh | 12 DIR="${ANDROID_BUILD_TOP}/device/google/cuttlefish_vmm" 132 rsync -avR "${relative_source_files[@]/#/${DIR}/./}" "${_temp}" 139 ${DIR}/rebuild-docker.sh "${FLAGS_docker_image}" \ 228 tar czv -C "${DIR}" -f - "${relative_source_files[@]}" | \ 287 tar xzv -C ${DIR}/${FLAGS_docker_arch}-linux-gnu -f - 291 grep ^sourceImage: > "${DIR}"/x86_64-linux-gnu/builder_image.txt 316 "${relative_source_files[@]/#/${DIR}/./}" \ 384 custom_manifest="${DIR}/${FLAGS_docker_arch}-linux-gnu/manifest.xml"
|
D | gen_android_bp.sh | 7 DIR="${ANDROID_BUILD_TOP}/device/google/cuttlefish_vmm" 20 local my_loc="$(realpath ${DIR})"
|
/device/linaro/bootloader/edk2/BaseTools/ |
D | BuildEnv | 45 for DIR in $PATH_LIST 47 if [ -d $DIR/Conf ] 49 export CONF_PATH=$DIR/Conf 142 for DIR in $PATH_LIST 144 if [ -d $DIR/BaseTools ] 146 export EDK_TOOLS_PATH=$DIR/BaseTools
|
/device/google/cuttlefish/tools/ |
D | make_manifest.sh | 80 DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )" 81 addKVToManifest "Sha" `${DIR}/gen_sha.sh --kernel ${FLAGS_kernel}`
|
/device/linaro/bootloader/edk2/CryptoPkg/Include/ |
D | OpenSslSupport.h | 119 typedef void *DIR; typedef 237 DIR *opendir (const char *); 238 struct dirent *readdir (DIR *); 239 int closedir (DIR *);
|
/device/google/cuttlefish/host/commands/stop_cvd/ |
D | main.cc | 62 std::unique_ptr<DIR, int(*)(DIR*)> dir(opendir(parent_path.c_str()), closedir); in FallbackPaths()
|
/device/google/cuttlefish/guest/commands/vport_trigger/ |
D | main.cpp | 58 DIR *dir = opendir(sysfs_base); in main()
|
/device/google/cuttlefish/host/commands/fetcher/ |
D | build_api.cc | 128 void operator()(DIR* dir) { in operator ()() 133 using UniqueDir = std::unique_ptr<DIR, CloseDir>;
|
/device/google/trout/hal/sensors/2.0/ |
D | iio_utils.cpp | 49 using DirPtr = std::unique_ptr<DIR, decltype(&closedir)>; 86 DIR* tmp = opendir(name.c_str()); in sysfs_opendir()
|
/device/linaro/bootloader/edk2/StdLib/PosixLib/Glob/ |
D | glob.c | 164 static DIR *g_opendir(Char *, glob_t *); 677 DIR *dirp; in glob3() 940 static DIR *
|
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/XhciPei/ |
D | XhciSched.h | 288 UINT32 DIR:1; member 310 UINT32 DIR:1; member
|
/device/google/bonito/usb/ |
D | Usb.cpp | 353 DIR *dp; in getTypeCPortNamesHelper() 569 DIR *dp = opendir(std::string("/sys/class/typec/" in uevent_event()
|
/device/google/crosshatch/usb/ |
D | Usb.cpp | 355 DIR *dp; in getTypeCPortNamesHelper() 573 DIR *dp = opendir(std::string("/sys/class/typec/" in uevent_event()
|
/device/google/coral/powerstats/ |
D | RailDataProvider.cpp | 52 DIR *iioDir = opendir(kIioDirRoot); in findIioPowerMonitorNodes()
|
/device/google/redbull/powerstats/ |
D | RailDataProvider.cpp | 47 DIR *iioDir = opendir(kIioDirRoot); in findIioPowerMonitorNodes()
|
/device/google/sunfish/powerstats/ |
D | RailDataProvider.cpp | 52 DIR *iioDir = opendir(kIioDirRoot); in findIioPowerMonitorNodes()
|