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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/
install_data.py 12 from distutils.util import change_root, convert_path namespace
49 f = convert_path(f)
58 dir = convert_path(f[0])
73 data = convert_path(data)
build_scripts.py 11 from distutils.util import convert_path namespace
64 script = convert_path(script)
build_py.py 13 from distutils.util import convert_path namespace
56 self.package_dir[name] = convert_path(path)
129 filelist = glob(os.path.join(src_dir, convert_path(pattern)))
sdist.py 20 from distutils.util import convert_path namespace
278 item = convert_path(item)
284 f = convert_path(f)
325 # convert_path function
install.py 18 from distutils.util import convert_path, subst_vars, change_root namespace
541 setattr(self, attr, convert_path(getattr(self, attr)))
564 extra_dirs = convert_path(extra_dirs)
588 home = convert_path(os.path.expanduser("~"))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/
install_data.py 12 from distutils.util import change_root, convert_path namespace
49 f = convert_path(f)
58 dir = convert_path(f[0])
73 data = convert_path(data)
build_scripts.py 11 from distutils.util import convert_path namespace
64 script = convert_path(script)
build_py.py 13 from distutils.util import convert_path namespace
56 self.package_dir[name] = convert_path(path)
129 filelist = glob(os.path.join(src_dir, convert_path(pattern)))
sdist.py 20 from distutils.util import convert_path namespace
278 item = convert_path(item)
284 f = convert_path(f)
325 # convert_path function
install.py 18 from distutils.util import convert_path, subst_vars, change_root namespace
541 setattr(self, attr, convert_path(getattr(self, attr)))
564 extra_dirs = convert_path(extra_dirs)
588 home = convert_path(os.path.expanduser("~"))
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
FixTk.py 18 def convert_path(s): function
21 def convert_path(s): function
56 prefix = convert_path(prefix)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
FixTk.py 18 def convert_path(s): function
21 def convert_path(s): function
56 prefix = convert_path(prefix)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
filelist.py 11 from distutils.util import convert_path namespace
90 patterns = map(convert_path, words[1:])
97 dir = convert_path(words[1])
98 patterns = map(convert_path, words[2:])
105 dir_pattern = convert_path(words[1])
util.py 110 def convert_path (pathname): function
142 # convert_path ()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
filelist.py 11 from distutils.util import convert_path namespace
90 patterns = map(convert_path, words[1:])
97 dir = convert_path(words[1])
98 patterns = map(convert_path, words[2:])
105 dir_pattern = convert_path(words[1])
util.py 110 def convert_path (pathname): function
142 # convert_path ()
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
path.c 303 static void convert_path(struct path *p, function
927 convert_path(src, dst->datatype,
    [all...]
  /external/mesa3d/src/gallium/state_trackers/vega/
path.c 303 static void convert_path(struct path *p, function
927 convert_path(src, dst->datatype,
    [all...]

Completed in 3408 milliseconds