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

  /external/chromium_org/chrome/test/chromeos/autotest/files/client/deps/chrome_test/
setup_test_links.sh 12 this_dir="$(readlink -f $(dirname $0))"
13 [ -f "$this_dir/chrome" ] || cp "/opt/google/chrome/chrome" "$this_dir/chrome"
14 [ -L "$this_dir/locales" ] || ln -f -s "/opt/google/chrome/locales" \
15 "$this_dir/locales"
16 [ -L "$this_dir/resources" ] || ln -f -s "/opt/google/chrome/resources" \
17 "$this_dir/resources"
18 ln -f -s /opt/google/chrome/*.pak "$this_dir/"
21 ln -f -s /opt/google/chrome/nacl_helper "$this_dir/"
22 ln -f -s /opt/google/chrome/nacl_helper_bootstrap "$this_dir/"
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_ttk_textonly.py 7 this_dir = os.path.dirname(os.path.abspath(__file__)) variable
8 lib_tk_test = os.path.abspath(os.path.join(this_dir, '..', 'lib-tk', 'test'))
test_tk.py 7 this_dir = os.path.dirname(os.path.abspath(__file__)) variable
8 lib_tk_test = os.path.abspath(os.path.join(this_dir, os.path.pardir,
test_ttk_guionly.py 8 this_dir = os.path.dirname(os.path.abspath(__file__)) variable
9 lib_tk_test = os.path.abspath(os.path.join(this_dir, os.path.pardir,
test_file2k.py 193 this_dir = os.path.dirname(__file__) or os.curdir
197 f = open(this_dir, mode)
199 f = open(this_dir)
201 self.assertEqual(e.filename, this_dir)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_ttk_textonly.py 7 this_dir = os.path.dirname(os.path.abspath(__file__)) variable
8 lib_tk_test = os.path.abspath(os.path.join(this_dir, '..', 'lib-tk', 'test'))
test_tk.py 7 this_dir = os.path.dirname(os.path.abspath(__file__)) variable
8 lib_tk_test = os.path.abspath(os.path.join(this_dir, os.path.pardir,
test_ttk_guionly.py 8 this_dir = os.path.dirname(os.path.abspath(__file__)) variable
9 lib_tk_test = os.path.abspath(os.path.join(this_dir, os.path.pardir,
test_file2k.py 193 this_dir = os.path.dirname(__file__) or os.curdir
197 f = open(this_dir, mode)
199 f = open(this_dir)
201 self.assertEqual(e.filename, this_dir)
  /external/chromium_org/mojo/public/tools/bindings/pylib/mojom_tests/support/
run_bindings_generator.py 22 this_dir = os.path.dirname(os.path.abspath(__file__))
25 bindings_generator = os.path.join(this_dir, os.pardir, os.pardir, os.pardir,
  /external/chromium_org/tools/gyp/pylib/gyp/
MSVSUtil.py 20 this_dir = os.path.abspath(os.path.dirname(__file__))
21 src_dir = os.path.abspath(os.path.join(this_dir, '..', '..'))

Completed in 777 milliseconds