Searched refs:cd (Results 1 – 7 of 7) sorted by relevance
50 cd $1 || return53 else cd $1 > /dev/null || return65 cd $1
816 ContainerData* cd = *it; in unmountLoopImage() local817 if (!strcmp(cd->id, id)) { in unmountLoopImage()1557 ContainerData* cd = *it; in cleanupAsec() local1559 if (cd->type == ASEC) { in cleanupAsec()1561 } else if (cd->type == OBB) { in cleanupAsec()1562 if (v == getVolumeForFile(cd->id)) { in cleanupAsec()1563 toUnmount.push_back(cd); in cleanupAsec()1566 SLOGE("Unknown container type %d!", cd->type); in cleanupAsec()1571 ContainerData *cd = *it; in cleanupAsec() local1572 SLOGI("Unmounting ASEC %s (dependant on %s)", cd->id, v->getMountpoint()); in cleanupAsec()[all …]
6 cd system/extras/tests/bionic/libstdc++
10 cd system/extras/tests/bionic/libc
257 tells the cd command that it should print out the directory name,312 CD.C: This file defines the cd and pwd builtins. The pwd com-314 has already done a cd to an absolute pathname), but then315 remembers the current directory and updates it when the cd com-317 complication in the cd command is in the docd command, which