HomeSort by relevance Sort by last modified time
    Searched refs:ini_file (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/chrome/common/importer/
firefox_importer_utils_linux.cc 13 base::FilePath ini_file; local
19 ini_file = home.Append(".mozilla/firefox/profiles.ini");
21 if (base::PathExists(ini_file))
22 return ini_file;
firefox_importer_utils_win.cc 71 base::FilePath ini_file; local
74 if (!PathService::Get(base::DIR_APP_DATA, &ini_file))
77 ini_file = ini_file.AppendASCII("Mozilla");
78 ini_file = ini_file.AppendASCII("Firefox");
79 ini_file = ini_file.AppendASCII("profiles.ini");
81 return base::PathExists(ini_file) ? ini_file : base::FilePath()
    [all...]
firefox_importer_utils.cc 61 base::FilePath ini_file = GetProfilesINI(); local
63 base::ReadFileToString(ini_file, &content);
  /external/chromium_org/build/android/pylib/utils/
emulator.py 289 ini_file = os.path.join(avds_dir, '%s.ini' % self.avd_name)
294 os.unlink(ini_file)
298 with open(ini_file, 'w') as new_ini:
  /external/fio/
client.h 67 char **ini_file; member in struct:fio_client
client.c 145 free(client->ini_file[--client->nr_ini_file]);
146 if (client->ini_file)
147 free(client->ini_file);
265 void fio_client_add_ini_file(void *cookie, const char *ini_file)
270 dprint(FD_NET, "client <%s>: add ini %s\n", client->hostname, ini_file);
273 client->ini_file = realloc(client->ini_file, new_size);
274 client->ini_file[client->nr_ini_file] = strdup(ini_file);
694 const char *ini = client->ini_file[i]
    [all...]
init.c 38 static char **ini_file; variable
    [all...]

Completed in 257 milliseconds