Home | History | Annotate | Download | only in avd

Lines Matching refs:pPath

382     char**          pPath;
402 l->pPath = &l->info->imagePath[id];
414 AFREE(l->pPath[0]);
415 l->pPath[0] = (char*) path;
423 char* result = l->pPath[0];
424 l->pPath[0] = NULL;
506 * note that this clears l->pPath[0] if the lock could not
512 const char* path = l->pPath[0];
547 path = l->pPath[0];
592 * l->pState[0] and l->pPath[0]
675 return l->pPath[0];
681 return l->pPath[0];
731 D("initializing new data partition image: %s", l->pPath[0]);
767 if (path_empty_file(l->pPath[0]) < 0) {
769 l->imageText, l->pPath[0],
786 if (l->pPath[0] && !path_exists(l->pPath[0]))
789 l->imageText, l->pPath[0], strerror(errno));
1208 if (l->pPath[0] == NULL) {
1223 if (path_copy_file( l->pPath[0], srcData ) < 0) {