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

  /external/autotest/server/cros/ap_configurators/
pyauto_utils.py 35 def __init__(self, path, path_type='dir'):
40 path_type: path type. Options: 'file', 'dir'. Default: 'dir'
42 assert path_type in ('file', 'dir'), 'Invalid path_type: %s' % path_type
43 self._path_type = path_type
  /system/vold/
IdleMaint.cpp 76 PathTypes path_type) {
83 if (path_type == PathTypes::kMountPoint) {
85 } else if (path_type == PathTypes::kBlkDevice) {
99 static void addFromFstab(std::list<std::string>* paths, PathTypes path_type) {
128 if (path_type == PathTypes::kMountPoint) {
130 } else if (path_type == PathTypes::kBlkDevice) {
  /hardware/qcom/msm8960/kernel-headers/linux/mfd/
msm-adie-codec.h 55 u32 path_type; member in struct:adie_codec_dev_profile
  /hardware/qcom/msm8994/kernel-headers/linux/mfd/
msm-adie-codec.h 55 u32 path_type; member in struct:adie_codec_dev_profile
  /hardware/qcom/msm8996/kernel-headers/linux/mfd/
msm-adie-codec.h 55 u32 path_type; member in struct:adie_codec_dev_profile
  /hardware/qcom/msm8998/kernel-headers/linux/mfd/
msm-adie-codec.h 55 u32 path_type; member in struct:adie_codec_dev_profile
  /hardware/qcom/msm8x09/kernel-headers/linux/mfd/
msm-adie-codec.h 55 u32 path_type; member in struct:adie_codec_dev_profile
  /hardware/qcom/msm8x26/kernel-headers/linux/mfd/
msm-adie-codec.h 55 u32 path_type; member in struct:adie_codec_dev_profile
  /hardware/qcom/msm8x84/kernel-headers/linux/mfd/
msm-adie-codec.h 55 u32 path_type; member in struct:adie_codec_dev_profile
  /hardware/qcom/msm8960/original-kernel-headers/linux/mfd/
msm-adie-codec.h 76 u32 path_type; /* RX or TX */ member in struct:adie_codec_dev_profile
  /hardware/qcom/msm8994/original-kernel-headers/linux/mfd/
msm-adie-codec.h 76 u32 path_type; /* RX or TX */ member in struct:adie_codec_dev_profile
  /hardware/qcom/msm8996/original-kernel-headers/linux/mfd/
msm-adie-codec.h 76 u32 path_type; /* RX or TX */ member in struct:adie_codec_dev_profile
  /hardware/qcom/msm8998/original-kernel-headers/linux/mfd/
msm-adie-codec.h 76 u32 path_type; /* RX or TX */ member in struct:adie_codec_dev_profile
  /hardware/qcom/msm8x09/original-kernel-headers/linux/mfd/
msm-adie-codec.h 76 u32 path_type; /* RX or TX */ member in struct:adie_codec_dev_profile
  /hardware/qcom/msm8x26/original-kernel-headers/linux/mfd/
msm-adie-codec.h 76 u32 path_type; /* RX or TX */ member in struct:adie_codec_dev_profile
  /hardware/qcom/msm8x84/original-kernel-headers/linux/mfd/
msm-adie-codec.h 76 u32 path_type; /* RX or TX */ member in struct:adie_codec_dev_profile
  /external/python/cpython3/Lib/
os.py     [all...]
  /external/syslinux/core/fs/pxe/
pxe.c 412 enum url_type path_type = url_type(src); local
414 if (path_type == URL_SUFFIX)

Completed in 326 milliseconds