Home
last modified time | relevance | path

Searched refs:dirname (Results 1 – 25 of 52) sorted by relevance

123

/packages/modules/NeuralNetworks/tools/api/
Dgenerate_api.sh27 TOOL=$(dirname $0)/generate_api.py
28 SPECFILE=$(dirname $0)/types.spec
56 doit canonical $(dirname $0)/Types.t ${CANONICALDIR}/Types.h
57 doit canonical $(dirname $0)/OperandTypes.t ${CANONICALDIR}/OperandTypes.h
58 doit canonical $(dirname $0)/OperationTypes.t ${CANONICALDIR}/OperationTypes.h
59 doit ndk $(dirname $0)/NeuralNetworksTypes.t ${NDKDIR}/NeuralNetworksTypes.h
64 doit aidl $(dirname $0)/OperandTypeAidl.t ${AIDLDIR}/OperandType.aidl
65 doit aidl $(dirname $0)/OperationTypeAidl.t ${AIDLDIR}/OperationType.aidl
68 check canonical $(dirname $0)/Types.t ${CANONICALDIR}/Types.h
69 check canonical $(dirname $0)/OperandTypes.t ${CANONICALDIR}/OperandTypes.h
[all …]
/packages/modules/Virtualization/microdroid/payload/
Dmk_payload.cc57 std::string RelativeTo(const std::string& path, const std::string& dirname) { in RelativeTo() argument
59 if (is_absolute || dirname == ".") { in RelativeTo()
62 return dirname + "/" + path; in RelativeTo()
89 std::string dirname; // config file's direname to resolve relative paths in the config member
158 config.dirname = Dirname(config_file); in LoadConfig()
247 std::string apex_path = RelativeTo(apex_config.path, config.dirname); in MakePayload()
255 std::string apk_path = RelativeTo(config.apk->path, config.dirname); in MakePayload()
259 std::string idsig_path = RelativeTo(config.apk->idsig_path, config.dirname); in MakePayload()
/packages/modules/Gki/
Dpreinstall.sh17 mydir=$(dirname $(dirname $(realpath "$0")))
18 if [[ $(dirname $mydir) != "/apex" ]] || [[ $(basename $mydir) != com.android.gki.* ]]; then
/packages/apps/ThemePicker/
DAndroid.bp53 + "RES_DIR=$$(dirname $$(dirname $${INPUTS[0]})) && "
65 + "RES_DIR=$$(dirname $$(dirname $${INPUTS[0]})) && "
/packages/services/Car/cpp/computepipe/runner/graph/proto/
DAndroid.bp11 …cmd: "$(location aprotoc) -I$$(dirname $(in)) -Iexternal/protobuf/src --plugin=protoc-gen-grpc=$(l…
27 …cmd: "$(location aprotoc) -I$$(dirname $(in)) -Iexternal/protobuf/src --plugin=protoc-gen-grpc=$(l…
/packages/modules/Bluetooth/system/gd/cert/
Dset_up_and_run_device_cert.sh3 DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
61 echo $(dirname "$rc")
Drun_topshim29 def check_dir_exists(dir, dirname): argument
31 print("Couldn't find %s (%s)!" % (dirname, dir))
/packages/services/Car/tools/emulator/
Dvhal_const_generate.py63 script_directory = os.path.join(os.path.dirname(os.path.abspath(__file__)))
90 vhal_location = os.path.abspath(os.path.join(os.path.dirname(os.path.abspath(__file__)),
/packages/apps/WallpaperPicker2/
DAndroid.bp97 + "RES_DIR=$$(dirname $$(dirname $${INPUTS[0]})) && "
/packages/modules/Bluetooth/system/test/
Drun_host_unit_tests.py46 def check_dir_exists(dir, dirname): argument
48 print "Couldn't find %s (%s)!" % (dirname, dir)
/packages/apps/Car/MessengerPrebuilt/
Dupdate_prebuilt.sh25 cd $(dirname $0)
/packages/apps/Car/DialerPrebuilt/
Dupdate_prebuilt.sh25 cd $(dirname $0)
/packages/apps/Car/MediaPrebuilt/
Dupdate_prebuilt.sh25 cd $(dirname $0)
/packages/modules/NeuralNetworks/tools/systrace_parser/
Drun_tests.sh4 cd $(dirname $(realpath $0))
/packages/services/Telephony/ecc/
Dgen_eccdata.sh28 ECC_ROOT=`realpath \`dirname $0\``
/packages/modules/NeuralNetworks/tools/systrace_parser/parser/test/
Dmake_golden.sh4 cd $(dirname $(realpath $0))
/packages/modules/adb/coverage/
Dbuild.sh1 OUTPUT_DIR=$(dirname "$0")
Dshow.sh5 OUTPUT_DIR=$(realpath $(dirname "$0"))
Dreport.sh5 OUTPUT_DIR=$(realpath $(dirname "$0"))
/packages/modules/Bluetooth/android/pandora/mmi2grpc/_build/
Dgrpc.py23 package_directory = os.path.dirname(os.path.realpath(__file__))
/packages/modules/Virtualization/apex/
Dsign_virt_apex_test.sh21 TEST_DIR=$(dirname $0)
/packages/modules/Bluetooth/
Dbuild.py472 srcdir = os.path.dirname(__file__)
497 os.makedirs(os.path.dirname(dst), exist_ok=True)
810 bootstrap = Bootstrap(args.bootstrap_dir, os.path.dirname(__file__))
/packages/modules/Virtualization/microdroid/
Dueventd.rc5 dirname /dev/dma_heap
/packages/modules/Bluetooth/system/build/dpkg/modp_b64/
Dgen-src-pkg.sh12 scriptdir="$( cd "$( dirname "$0" )" && pwd )"
/packages/modules/Bluetooth/system/build/dpkg/floss/
Dinstall-dependencies10 SCRIPT_DIR="$(cd "$(dirname "$0")" && pwd)"

123