Searched full:appdir (Results 1 – 9 of 9) sorted by relevance
/external/ImageMagick/ |
D | .travis.yml | 25 make install DESTDIR=$(readlink -f appdir) 29 mkdir -p appdir/usr/share/applications/ ; cp imagemagick.desktop appdir/usr/share/applications/ 30 …mkdir -p appdir/usr/share/icons/hicolor/128x128/apps/ ; touch appdir/usr/share/icons/hicolor/128x1… 35 ./linuxdeployqt*.AppImage ./appdir/usr/share/applications/imagemagick.desktop -bundle-non-qt-libs 37 …rm ./appdir/AppRun ; cp AppRun appdir/ ; chmod a+x ./appdir/AppRun # Replace symlink with custom s… 38 PATH=./squashfs-root/usr/bin:$PATH ./squashfs-root/usr/bin/appimagetool -g ./appdir/ 41 …- find ./appdir -executable -type f -exec ldd {} \; | grep " => /usr" | cut -d " " -f 2-3 | sort |…
|
/external/syzkaller/vendor/google.golang.org/appengine/aetest/ |
D | instance_vm.go | 60 appDir string member 95 err1 := os.RemoveAll(i.appDir) 168 i.appDir, err = ioutil.TempDir("", "appengine-aetest") 174 os.RemoveAll(i.appDir) 177 err = os.Mkdir(filepath.Join(i.appDir, "app"), 0755) 181 err = ioutil.WriteFile(filepath.Join(i.appDir, "app", "app.yaml"), []byte(i.appYAML()), 0644) 185 err = ioutil.WriteFile(filepath.Join(i.appDir, "app", "stubapp.go"), []byte(appSource), 0644) 199 "--datastore_path", filepath.Join(i.appDir, "datastore"), 204 appserverArgs = append(appserverArgs, filepath.Join(i.appDir, "app"))
|
/external/autotest/frontend/client/ |
D | EmbeddedTkoClient-shell | 2 APPDIR=`dirname $0`; 3 GWTDIR=`$APPDIR/gwt_dir`; 4 java -cp "$APPDIR/src:$APPDIR/bin:$GWTDIR/gwt-user.jar:$GWTDIR/gwt-dev-linux.jar:$GWTDIR/gwt-incub…
|
D | AfeClient-shell | 2 APPDIR=`dirname $0`; 3 GWTDIR=`$APPDIR/gwt_dir`; 4 java -cp "$APPDIR/src:$APPDIR/bin:$GWTDIR/gwt-user.jar:$GWTDIR/gwt-dev-linux.jar:$GWTDIR/gwt-incub…
|
D | TkoClient-shell | 2 APPDIR=`dirname $0`; 3 GWTDIR=`$APPDIR/gwt_dir`; 4 java -cp "$APPDIR/src:$APPDIR/bin:$GWTDIR/gwt-user.jar:$GWTDIR/gwt-dev-linux.jar:$GWTDIR/gwt-incub…
|
D | generate-javadoc | 2 APPDIR=`dirname $0`; 3 GWTDIR=`$APPDIR/gwt_dir`; 4 javadoc -classpath "$APPDIR/src:$GWTDIR/gwt-user.jar" -d doc -public \
|
/external/python/cpython2/Mac/BuildScript/scripts/ |
D | postflight.documentation | 7 APPDIR="/Applications/Python ${PYVER}" 13 if [ -d "${APPDIR}" ]; then 14 ln -fhs "${FWK_DOCDIR}/index.html" "${APPDIR}/Python Documentation.html" 15 open "${APPDIR}" || true # open the applications folder
|
/external/python/cpython3/Mac/BuildScript/scripts/ |
D | postflight.documentation | 7 APPDIR="/Applications/Python ${PYVER}" 13 if [ -d "${APPDIR}" ]; then 14 ln -fhs "${FWK_DOCDIR}/index.html" "${APPDIR}/Python Documentation.html" 15 open "${APPDIR}" || true # open the applications folder
|
/external/ImageMagick/.travis/ |
D | build_fuzzers.sh | 5 MAGICK_INCLUDE="appdir/usr/include/ImageMagick-7" 11 export LD_LIBRARY_PATH=appdir/usr/lib
|