Searched refs:PATH (Results 1 - 2 of 2) sorted by relevance

/system/extras/ext4_utils/
H A Dmkuserimg.sh3 # To call this script, make sure make_ext4fs is somewhere in PATH
12 echo "in mkuserimg.sh PATH=$PATH"
/system/core/sh/
H A Deval.c613 static char def_path[] = "PATH=/usr/bin:/bin:/usr/sbin:/sbin";
621 memcpy(sys_path, "PATH=", 5);
786 static const char PATH[] = "PATH="; local
790 * Modify the command lookup path, if a PATH= assignment
794 if (strncmp(sp->text, PATH, sizeof(PATH) - 1) == 0)
795 path = sp->text + sizeof(PATH) - 1;
992 * corruped by temporary PATH assignments.
999 mklocal(path - 5 /* PATH
[all...]

Completed in 172 milliseconds