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

  /external/qemu/distrib/
Makefile 4 ZLIB_DIR = $(SRC_PATH)/distrib/$(ZLIB_VERSION)
5 LIBPNG_DIR := $(SRC_PATH)/distrib/$(LIBPNG_VERSION)
  /external/chromium_org/chrome/test/webdriver/test/
test_paths.py 26 global SRC_PATH
27 SRC_PATH = J(start_dir, os.pardir, os.pardir, os.pardir, os.pardir)
34 CHROME_TEST_DATA_PATH = J(SRC_PATH, 'chrome', 'test', 'data')
37 SRC_THIRD_PARTY = J(SRC_PATH, 'third_party')
79 'linux2': [ os.path.join(SRC_PATH, 'out', 'Debug'),
80 os.path.join(SRC_PATH, 'sconsbuild', 'Debug'),
81 os.path.join(SRC_PATH, 'out', 'Release'),
82 os.path.join(SRC_PATH, 'sconsbuild', 'Release')],
83 'linux3': [ os.path.join(SRC_PATH, 'out', 'Debug'),
84 os.path.join(SRC_PATH, 'sconsbuild', 'Debug')
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/server2/
start_dev_server.py 15 SRC_PATH = os.path.join(SERVER_PATH, os.pardir, os.pardir, os.pardir, os.pardir,
21 os.remove(os.path.join(SRC_PATH, filename))
32 os.path.join(SRC_PATH, filename))
33 args = [sys.executable] + sys.argv[1:] + [SRC_PATH]
  /external/qemu/distrib/zlib-1.2.3/
Makefile 3 ZLIB_LIB := $(SRC_PATH)/libz.a
  /external/qemu/distrib/libpng-1.2.19/
Makefile 5 LIBPNG_LIB := $(SRC_PATH)/libpng.a
  /external/libvpx/libvpx/build/make/
Makefile 69 CFLAGS+=-I$(BUILD_PFX)$(BUILD_ROOT) -I$(SRC_PATH)
70 CXXFLAGS+=-I$(BUILD_PFX)$(BUILD_ROOT) -I$(SRC_PATH)
71 ASFLAGS+=-I$(BUILD_PFX)$(BUILD_ROOT)/ -I$(SRC_PATH)/
configure.sh 416 SRC_PATH="$source_path"
    [all...]

Completed in 243 milliseconds