Home | History | Annotate | Download | only in android

Lines Matching full:path

60 #include "android/utils/path.h"
974 void init_skinned_ui(const char *path, const char *name, AndroidOptions* opts)
1027 if (path != NULL) {
1028 bufprint(tmp, tmp+sizeof(tmp), "%s/%s", path, name);
1032 D("there is no '%s' skin in '%s'", name, path);
1063 path = ":";
1068 if (path == NULL) {
1073 sprintf(tmp, "%s/%s/layout", path, name);
1077 sprintf(tmp, "%s/%s/", path, name);
1078 path = tmp;
1100 path = ":";
1116 if ( qemulator_init( qemulator, root, path, win_x, win_y, opts ) < 0 ) {
1264 load_keyset(const char* path)
1266 if (path_can_read(path)) {
1268 if (!aconfig_load_file(root, path)) {
1271 D( "keyset loaded from: %s", path);
1323 char path[MAX_PATH];
1325 bufprint_config_file( path, path+sizeof(path), KEYSET_FILE );
1328 if ( !path_exists(path) ) {
1329 int fd = open( path, O_WRONLY | O_CREAT, 0666 );
1334 D( "writing default keyset file to %s", path );
1498 derror( "socket port/path can be followed by [,<option>]+ only\n");
1514 derror( "socket port/path can be followed by [,server][,max=<count>] only\n");
1568 char* path = strdup(proto_port+5);
1569 char* end = strchr(path, ',');
1575 s = socket_unix_server( path, SOCKET_STREAM );
1583 s = socket_unix_client( path, SOCKET_STREAM );
1591 path, errno_str);
1595 free(path);
1598 fprintf(stderr, "-report-console must be followed by a 'tcp:<port>' or 'unix:<path>'\n");
1642 * NOTE: the function returns the path to the directory
1644 * path to 'fileName'.
1718 _getSdkImage( const char* path, const char* file )
1723 p = bufprint(temp, end, "%s/%s", path, file);
1731 _getSdkSystemImage( const char* path, const char* optionName, const char* file )
1733 char* image = _getSdkImage(path, file);
1746 const char* path,
1750 if (path == NULL)
1753 if (required && !path_exists(path)) {
1754 derror("Cannot find %s image file: %s", description, path);
1757 android_avdParams->forcePaths[imageType] = path;
1923 "You should probably use '-sysdir <path> -system <file>'.\n" );
1928 "to the system image. Next time, try using '-sysdir <path> -system <file>' instead.\n" );
1935 derror( "Option -system should now be followed by a file path, not a directory one.\n"
1936 "Please use '-sysdir <path>' to point to the system directory.\n" );
1941 "please now use '-sysdir <path>' instead.\n" );
2076 /* if certain options are set, we can force the path of
2096 derror( "the -skindir <path> option requires a -skin <name> option");
3024 D( "DDMS path too long: %s", tmp);
3029 comspec, /* program path */