OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:userdatadir
(Results
1 - 3
of
3
) sorted by null
/external/chromium/chrome/browser/
shell_integration.cc
33
// Use the same
UserDataDir
for new launches that we currently have set.
/external/bluetooth/glib/tests/
testglib.c
674
const gchar *tmpdir, *homedir, *
userdatadir
, *uconfdir, *ucachedir;
local
702
userdatadir
= g_get_user_data_dir ();
703
g_assert (
userdatadir
!= NULL);
725
g_print ("user_data: %s\n",
userdatadir
);
[
all
...]
/external/chromium/chrome/common/
chrome_switches.cc
323
//
UserDatadir
.
[
all
...]
Completed in 1032 milliseconds