Searched refs:DIR (Results 1 - 25 of 77) sorted by relevance

1234

/fuchsia/zircon/scripts/
H A Dbuild-all-zircon9 DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
14 $DIR/buildall "$@"
H A Dbuild-zircon-arm6410 DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
11 ${DIR}/build-zircon -a arm64 "$@"
H A Dbuild-zircon-x649 DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
10 ${DIR}/build-zircon -a x64 "$@"
H A Dmake-release9 DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
14 DEBUG=0 $DIR/make-parallel "$@"
H A Drun-zircon-arm649 DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
11 exec $DIR/run-zircon -a arm64 "$@"
H A Drun-zircon-x649 DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
11 exec $DIR/run-zircon -a x64 "$@"
H A Dtoolpaths.default10 DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
11 LOCAL_TOOLPATH="$DIR/toolpaths.local"
H A Dbisect-prebuilts-arm6414 readonly DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
20 cp "${DIR}/bisect-helper-arm64" "${TEMP_DIR}"
22 git bisect run "${TEMP_DIR}/bisect-helper-arm64" "${DIR}"
H A Dbisect-prebuilts-x6414 readonly DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
20 cp "${DIR}/bisect-helper-x64" "${TEMP_DIR}"
22 git bisect run "${TEMP_DIR}/bisect-helper-x64" "${DIR}"
H A Dlinux-gather-system-info39 sudo lspci -v > "$DIR/${LSPCI_FILE_PREFIX}-v.txt"
40 sudo lspci -vv > "$DIR/${LSPCI_FILE_PREFIX}-vv.txt"
41 sudo lspci -n > "$DIR/${LSPCI_FILE_PREFIX}-n.txt"
46 sudo lsusb -t > "$DIR/${LSUSB_FILE_PREFIX}-t.txt"
47 sudo lsusb -v > "$DIR/${LSUSB_FILE_PREFIX}-v.txt"
52 sudo acpidump -o "$DIR/${ACPI_FILE}"
57 cat /proc/cpuinfo > "$DIR/${CPUINFO_FILE}"
62 cpuid > "$DIR/${CPUID_FILE_PREFIX}.txt"
63 cpuid -r > "$DIR/${CPUID_FILE_PREFIX}.raw"
75 (echo -n "$msr: "; sudo rdmsr -0 "0x$msr" 2>/dev/null || echo unavailable) >> "$DIR/
[all...]
H A Dflash-mt8167s_ref9 DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
10 BUILD_DIR="${DIR}/../build-arm64"
H A Dmake-zircon-x64-grub11 DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
14 PROJECT_DIR="$DIR/../build-$PROJECT"
17 (cd "$DIR/.."; ENABLE_NEW_BOOT=true $DIR/make-parallel $PROJECT) || exit
H A Dflash-vim29 DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
45 exec $DIR/fastboot-flash -b vim2 -P ${FLASH_PART} -B ${BOOT_PART} ${CMDLINE} -Z ${ZIRCON_PARTITION} "$@"
H A Dflash-nxp13 DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
39 exec $DIR/fastboot-flash -b imx8mevk -P ${FLASH_PART} -B ${BOOT_PART} ${CMDLINE} -Z ${ZIRCON_PARTITION} "$@"
H A Dbuildall58 DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
64 nice $DIR/make-parallel $p ${MAKE_ARGS}
75 nice $DIR/make-parallel $p ${MAKE_ARGS} USE_CLANG=true
87 nice $DIR/make-parallel $p ${MAKE_ARGS} USE_ASAN=true
99 nice $DIR/make-release $p ${MAKE_ARGS}
109 nice $DIR/make-release $p ${MAKE_ARGS} USE_CLANG=true
H A Dbuild-zircon25 DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
55 exec ${DIR}/make-parallel ${ARCH} ${ARGS} "$@"
H A Dfastboot-flash11 DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
12 BUILD_DIR="${DIR}/../build-arm64"
13 SYSCFG_A_BIN="${DIR}/../prebuilt/images/syscfg_a.bin"
14 SYSCFG_B_BIN="${DIR}/../prebuilt/images/syscfg_b.bin"
15 SYSCFG_R_BIN="${DIR}/../prebuilt/images/syscfg_r.bin"
H A Dfastboot-flash-android11 DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
12 MKBOOTIMG="${DIR}/../third_party/tools/android/mkbootimg"
/fuchsia/zircon/third_party/ulib/musl/include/
H A Ddirent.h17 typedef struct __dirstream DIR; typedef in typeref:struct:__dirstream
29 int closedir(DIR*);
30 DIR* fdopendir(int);
31 DIR* opendir(const char*);
32 struct dirent* readdir(DIR*);
33 int readdir_r(DIR* __restrict, struct dirent* __restrict, struct dirent** __restrict);
34 void rewinddir(DIR*);
35 void seekdir(DIR*, long);
36 long telldir(DIR*);
37 int dirfd(DIR*);
[all...]
/fuchsia/zircon/system/utest/fs/
H A Dmisc.h29 bool fcheck_dir_contents(DIR* dir, expected_dirent_t* edirents, size_t len);
H A Dmisc.c21 bool fcheck_dir_contents(DIR* dir, expected_dirent_t* edirents, size_t len) {
56 DIR* dir = opendir(dirname);
/fuchsia/zircon/system/ulib/minfs/include/minfs/
H A Dhost.h54 DIR* emu_opendir(const char* name);
55 struct dirent* emu_readdir(DIR* dirp);
56 void emu_rewinddir(DIR* dirp);
57 int emu_closedir(DIR* dirp);
139 DIR* dir_;
/fuchsia/zircon/system/uapp/xdc-test/
H A Dxdc-device.cpp15 DIR* d = opendir(DEV_XDC_DIR);
/fuchsia/zircon/third_party/lib/acpica/source/os_specific/service_layers/
H A Dosunixdir.c60 DIR *DirPtr;
89 DIR *dir;
/fuchsia/zircon/third_party/uapp/dash/src/
H A Dtab.c77 static void complete_at_dir(DIR* dir, completion_state_t* state,
196 DIR* dir = opendir(*paths);
207 DIR* dir = opendir(pathname);

Completed in 84 milliseconds

1234