Home
last modified time | relevance | path

Searched refs:USER_DIR (Results 1 – 6 of 6) sorted by relevance

/external/google-breakpad/src/testing/gtest/make/
DMakefile20 USER_DIR = ../samples macro
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/googletest/googletest/make/
DMakefile23 USER_DIR = ../samples macro
80 sample1.o : $(USER_DIR)/sample1.cc $(USER_DIR)/sample1.h $(GTEST_HEADERS)
81 $(CXX) $(CPPFLAGS) $(CXXFLAGS) -c $(USER_DIR)/sample1.cc
83 sample1_unittest.o : $(USER_DIR)/sample1_unittest.cc \
84 $(USER_DIR)/sample1.h $(GTEST_HEADERS)
85 $(CXX) $(CPPFLAGS) $(CXXFLAGS) -c $(USER_DIR)/sample1_unittest.cc
/external/f2fs-tools/scripts/
Dspo_test.sh5 USER_DIR=/home/zeus
6 F2FS_DIR=$USER_DIR/f2fs_test
22 date >> $USER_DIR/por_result
44 count=`cat $USER_DIR/por_time`
48 echo 0 > $USER_DIR/por_time
51 echo $((count+1)) > $USER_DIR/por_time
/external/google-breakpad/src/testing/make/
DMakefile27 USER_DIR = ../test macro
94 gmock_test.o : $(USER_DIR)/gmock_test.cc $(GMOCK_HEADERS)
95 $(CXX) $(CPPFLAGS) $(CXXFLAGS) -c $(USER_DIR)/gmock_test.cc
/external/googletest/googlemock/make/
DMakefile30 USER_DIR = ../test macro
113 gmock_test.o : $(USER_DIR)/gmock_test.cc $(GMOCK_HEADERS)
114 $(CXX) $(CPPFLAGS) $(CXXFLAGS) -c $(USER_DIR)/gmock_test.cc
/external/guava/guava/src/com/google/common/base/
DStandardSystemProperty.java116 USER_DIR("user.dir"); enumConstant