Home
last modified time | relevance | path

Searched refs:cd (Results 1 – 7 of 7) sorted by relevance

/system/core/sh/funcs/
Ddirs50 cd $1 || return
53 else cd $1 > /dev/null || return
65 cd $1
Dpushd50 cd $1 || return
53 else cd $1 > /dev/null || return
65 cd $1
Dpopd50 cd $1 || return
53 else cd $1 > /dev/null || return
65 cd $1
/system/vold/
DVolumeManager.cpp816 ContainerData* cd = *it; in unmountLoopImage() local
817 if (!strcmp(cd->id, id)) { in unmountLoopImage()
1557 ContainerData* cd = *it; in cleanupAsec() local
1559 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() local
1572 SLOGI("Unmounting ASEC %s (dependant on %s)", cd->id, v->getMountpoint()); in cleanupAsec()
[all …]
/system/extras/tests/bionic/libstdc++/
DREADME.TXT6 cd system/extras/tests/bionic/libstdc++
/system/extras/tests/bionic/libc/
DREADME.TXT10 cd system/extras/tests/bionic/libc
/system/core/sh/
DTOUR257 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 then
315 remembers the current directory and updates it when the cd com-
317 complication in the cd command is in the docd command, which