Searched refs:dirname (Results 1 – 25 of 63) sorted by relevance
123
27 TOOL=$(dirname $0)/generate_api.py28 SPECFILE=$(dirname $0)/types.spec56 doit canonical $(dirname $0)/Types.t ${CANONICALDIR}/Types.h57 doit canonical $(dirname $0)/OperandTypes.t ${CANONICALDIR}/OperandTypes.h58 doit canonical $(dirname $0)/OperationTypes.t ${CANONICALDIR}/OperationTypes.h59 doit ndk $(dirname $0)/NeuralNetworksTypes.t ${NDKDIR}/NeuralNetworksTypes.h64 doit aidl $(dirname $0)/OperandTypeAidl.t ${AIDLDIR}/OperandType.aidl65 doit aidl $(dirname $0)/OperationTypeAidl.t ${AIDLDIR}/OperationType.aidl68 check canonical $(dirname $0)/Types.t ${CANONICALDIR}/Types.h69 check canonical $(dirname $0)/OperandTypes.t ${CANONICALDIR}/OperandTypes.h[all …]
95 root = os.path.dirname(os.path.dirname(os.path.dirname(__file__)))
83 cmd: "out_dir=$$(dirname $(out)) && assets_dir=\"assets\" && mkdir -p $$out_dir/$$assets_dir " +90 "&& exit 1 ; fi ; done && jar cf $(out) -C $$(dirname $(out)) $$assets_dir",110 cmd: "out_dir=$$(dirname $(out)) && assets_dir=\"assets\" && mkdir -p $$out_dir/$$assets_dir " +117 "&& exit 1 ; fi ; done && jar cf $(out) -C $$(dirname $(out)) $$assets_dir",
11 …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…
3 DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"61 echo $(dirname "$rc")
63 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__)),
155 directory = os.path.dirname(audio_data['file'])177 directory = os.path.dirname(A2DP_PLAYBACK_DATA['file'])
3 ROOT=$(dirname "$(realpath "$0")")/../../../../
25 cd $(dirname $0)
3 cd $(dirname $0) && mm -j && \
4 cd $(dirname $(realpath $0))
28 ECC_ROOT=`realpath \`dirname $0\``
1 OUTPUT_DIR=$(dirname "$0")
5 OUTPUT_DIR=$(realpath $(dirname "$0"))
28 $(dirname "$0")/qdb $pass /data/$user_path/com.android.providers.contacts/databases/$file "$*"
21 TEST_DIR=$(dirname $0)
57 os.makedirs(os.path.dirname(target_file), exist_ok=True)
12 scriptdir="$( cd "$( dirname "$0" )" && pwd )"