OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:user_dir
(Results
1 - 5
of
5
) sorted by null
/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/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
63
user_dir
= os.path.join(temp_dir, "data")
64
os.mkdir(
user_dir
)
73
build_command.extend([
user_dir
, img.name,
82
build_command.append(
user_dir
)
92
os.rmdir(
user_dir
)
/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/oprofile/gui/
oprof_start.h
149
std::string
user_dir
;
member in class:oprof_start
Completed in 275 milliseconds