HomeSort by relevance Sort by last modified time
    Searched full:user_dir (Results 1 - 19 of 19) sorted by null

  /external/chromium_org/base/third_party/xdg_user_dirs/
xdg_user_dir_lookup.cc 54 char *user_dir; local
89 user_dir = NULL;
136 user_dir = (char*) malloc (strlen (home_dir) + 1 + strlen (p) + 1);
137 if (user_dir == NULL)
140 strcpy (user_dir, home_dir);
141 strcat (user_dir, "/");
145 user_dir = (char*) malloc (strlen (p) + 1);
146 if (user_dir == NULL)
149 *user_dir = 0;
152 d = user_dir + strlen (user_dir)
193 char *dir, *home_dir, *user_dir; local
    [all...]
  /external/chromium/testing/gtest/make/
Makefile 20 USER_DIR = ../samples
72 sample1.o : $(USER_DIR)/sample1.cc $(USER_DIR)/sample1.h $(GTEST_HEADERS)
73 $(CXX) $(CPPFLAGS) $(CXXFLAGS) -c $(USER_DIR)/sample1.cc
75 sample1_unittest.o : $(USER_DIR)/sample1_unittest.cc \
76 $(USER_DIR)/sample1.h $(GTEST_HEADERS)
77 $(CXX) $(CPPFLAGS) $(CXXFLAGS) -c $(USER_DIR)/sample1_unittest.cc
  /external/chromium_org/testing/gtest/make/
Makefile 20 USER_DIR = ../samples
74 sample1.o : $(USER_DIR)/sample1.cc $(USER_DIR)/sample1.h $(GTEST_HEADERS)
75 $(CXX) $(CPPFLAGS) $(CXXFLAGS) -c $(USER_DIR)/sample1.cc
77 sample1_unittest.o : $(USER_DIR)/sample1_unittest.cc \
78 $(USER_DIR)/sample1.h $(GTEST_HEADERS)
79 $(CXX) $(CPPFLAGS) $(CXXFLAGS) -c $(USER_DIR)/sample1_unittest.cc
  /external/protobuf/gtest/make/
Makefile 20 USER_DIR = ../samples
70 sample1.o : $(USER_DIR)/sample1.cc $(USER_DIR)/sample1.h $(GTEST_HEADERS)
71 $(CXX) $(CPPFLAGS) $(CXXFLAGS) -c $(USER_DIR)/sample1.cc
73 sample1_unittest.o : $(USER_DIR)/sample1_unittest.cc \
74 $(USER_DIR)/sample1.h $(GTEST_HEADERS)
75 $(CXX) $(CPPFLAGS) $(CXXFLAGS) -c $(USER_DIR)/sample1_unittest.cc
  /build/tools/releasetools/
img_from_target_files 150 user_dir = os.path.join(temp_dir, "data")
151 os.mkdir(user_dir)
157 succ = build_image.BuildImage(user_dir, image_props, img.name)
163 os.rmdir(user_dir)
182 user_dir = os.path.join(temp_dir, "cache")
183 os.mkdir(user_dir)
189 succ = build_image.BuildImage(user_dir, image_props, img.name)
195 os.rmdir(user_dir)
  /external/chromium_org/chrome/browser/nacl_host/
nacl_browser_delegate_impl.h 23 virtual bool GetUserDirectory(base::FilePath* user_dir) OVERRIDE;
nacl_browser_delegate_impl.cc 66 bool NaClBrowserDelegateImpl::GetUserDirectory(base::FilePath* user_dir) {
67 return PathService::Get(chrome::DIR_USER_DATA, user_dir);
  /external/chromium_org/components/nacl/browser/
test_nacl_browser_delegate.cc 31 bool TestNaClBrowserDelegate::GetUserDirectory(base::FilePath* user_dir) {
test_nacl_browser_delegate.h 32 virtual bool GetUserDirectory(base::FilePath* user_dir) OVERRIDE;
nacl_browser_delegate.h 51 // Returns true on success, false otherwise. On success |user_dir| contains
53 virtual bool GetUserDirectory(base::FilePath* user_dir) = 0;
  /external/chromium_org/chrome/browser/profiles/
profile_list_desktop_browsertest.cc 96 base::FilePath user_dir = cache.GetUserDataDir(); local
99 base::FilePath path_profile2 = user_dir.Append(
  /external/chromium/testing/gmock/make/
Makefile 27 USER_DIR = ../test
94 gmock_test.o : $(USER_DIR)/gmock_test.cc $(GMOCK_HEADERS)
95 $(CXX) $(CPPFLAGS) $(CXXFLAGS) -c $(USER_DIR)/gmock_test.cc
  /external/chromium_org/chrome/browser/spellchecker/
spellcheck_hunspell_dictionary.cc 80 base::FilePath user_dir; local
81 PathService::Get(chrome::DIR_USER_DATA, &user_dir);
82 base::FilePath fallback = user_dir.Append(file->path.BaseName());
  /external/oprofile/gui/
oprof_start.h 149 std::string user_dir; member in class:oprof_start
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.launcher.jar 
org.eclipse.equinox.launcher_1.1.0.v20100507.jar 
org.eclipse.osgi_3.6.1.R36x_v20100806.jar 
org.eclipse.osgi_3.6.2.R36x_v20101103.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.osgi_3.6.2.R36x_v20110210.jar 

Completed in 202 milliseconds